Skip to content

Commit 73be3b0

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-92484' into 2.2.5-develop-pr31
2 parents 089ba6b + 9992c66 commit 73be3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogRule/Test/Unit/Model/RuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ public function testGetConditionsFieldSetId()
389389
public function testReindex(
390390
array $productIds,
391391
\PHPUnit_Framework_MockObject_Matcher_InvokedCount $callCount
392-
): void {
392+
) {
393393
$this->objectManager->setBackwardCompatibleProperty($this->rule, '_productIds', $productIds);
394394
$this->_ruleProductProcessor->expects($callCount)->method('reindexList');
395395
$this->rule->reindex();

0 commit comments

Comments
 (0)