Skip to content

Commit 9992c66

Browse files
committed
MAGETWO-92484: Can't save catalog price rule with empty category in Conditions
1 parent 194a40c commit 9992c66

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)