Skip to content

Commit 17aec3e

Browse files
committed
Fix typo in method name
1 parent 3313bd4 commit 17aec3e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/Flat/Plugin

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/Flat/Plugin/StoreViewTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ protected function mockConfigFlatEnabled()
114114
$this->stateMock->expects($this->once())->method('isFlatEnabled')->will($this->returnValue(true));
115115
}
116116

117-
protected function mockConfigFlatEnabledNeever()
117+
protected function mockConfigFlatEnabledNever()
118118
{
119119
$this->stateMock->expects($this->never())->method('isFlatEnabled');
120120
}

0 commit comments

Comments
 (0)