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.
2 parents 089ba6b + 9992c66 commit 73be3b0Copy full SHA for 73be3b0
app/code/Magento/CatalogRule/Test/Unit/Model/RuleTest.php
@@ -389,7 +389,7 @@ public function testGetConditionsFieldSetId()
389
public function testReindex(
390
array $productIds,
391
\PHPUnit_Framework_MockObject_Matcher_InvokedCount $callCount
392
- ): void {
+ ) {
393
$this->objectManager->setBackwardCompatibleProperty($this->rule, '_productIds', $productIds);
394
$this->_ruleProductProcessor->expects($callCount)->method('reindexList');
395
$this->rule->reindex();
0 commit comments