We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3313bd4 commit 17aec3eCopy full SHA for 17aec3e
app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/Flat/Plugin/StoreViewTest.php
@@ -114,7 +114,7 @@ protected function mockConfigFlatEnabled()
114
$this->stateMock->expects($this->once())->method('isFlatEnabled')->will($this->returnValue(true));
115
}
116
117
- protected function mockConfigFlatEnabledNeever()
+ protected function mockConfigFlatEnabledNever()
118
{
119
$this->stateMock->expects($this->never())->method('isFlatEnabled');
120
0 commit comments