File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Eav/Action Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 19
19
class FullTest extends \PHPUnit \Framework \TestCase
20
20
{
21
21
/**
22
- * @var \Magento\Catalog\Model\Indexer\Product\Eav\AbstractAction |\PHPUnit_Framework_MockObject_MockObject
22
+ * @var \Magento\Catalog\Model\Indexer\Product\Eav\Action\Full |\PHPUnit_Framework_MockObject_MockObject
23
23
*/
24
24
private $ model ;
25
25
@@ -151,9 +151,7 @@ public function testExecute()
151
151
public function testExecuteWithDisabledEavIndexer ()
152
152
{
153
153
$ this ->scopeConfig ->expects ($ this ->once ())->method ('getValue ' )->willReturn (0 );
154
-
155
154
$ this ->metadataPool ->expects ($ this ->never ())->method ('getMetadata ' );
156
-
157
155
$ this ->model ->execute ();
158
156
}
159
157
}
You can’t perform that action at this time.
0 commit comments