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 22692c7 commit a1bf66aCopy full SHA for a1bf66a
app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Price/Action/RowsTest.php
@@ -184,10 +184,10 @@ public function testBatchProcessing()
184
$this->catalogProductType->expects($this->any())
185
->method('getTypesByPriority')
186
->willReturn([]);
187
- $adapter->expects($this->once())
+ $adapter->expects($this->exactly(2))
188
->method('getIndexList')
189
->willReturn(['entity_id'=>['COLUMNS_LIST'=>['test']]]);
190
191
->method('getPrimaryKeyName')
192
->willReturn('entity_id');
193
$this->actionRows->execute($ids);
0 commit comments