Skip to content

Commit fec21ca

Browse files
MAGETWO-47320: [Indexer optimizations] Catalog Rule indexer matching mechanism optimization
1 parent e6d9c30 commit fec21ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/tests/integration/testsuite/Magento/CatalogRule/Model/ResourceModel/Product/ConditionsToCollectionApplierTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ function (Product $product) {
7878
}
7979
}
8080

81+
//@codeCoverageIgnoreStart
82+
8183
/**
8284
* @expectedException \Magento\Framework\Exception\InputException
8385
* @expectedExceptionMessage Undefined rule operator "====" passed in. Valid operators are: ==,!=,>=,<=,>,<,{},!{},(),!()
@@ -107,6 +109,8 @@ public function testExceptionUndefinedRuleOperator()
107109
->applyConditionsToCollection($combineCondition, $productCollection);
108110
}
109111

112+
//@codeCoverageIgnoreEnd
113+
110114
/**
111115
* @expectedException \Magento\Framework\Exception\InputException
112116
* @expectedExceptionMessage Undefined rule aggregator "olo-lo" passed in. Valid operators are: all,any

0 commit comments

Comments
 (0)