Skip to content

Commit 2c04ded

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
use Magento\TestFramework\Helper\Bootstrap;
99
use Magento\Catalog\Model\Product;
1010

11+
// @codingStandardsIgnoreFile
12+
1113
class ConditionsToCollectionApplierTest extends \PHPUnit\Framework\TestCase
1214
{
1315
private $objectManager;
@@ -78,8 +80,6 @@ function (Product $product) {
7880
}
7981
}
8082

81-
//@codeCoverageIgnoreStart
82-
8383
/**
8484
* @expectedException \Magento\Framework\Exception\InputException
8585
* @expectedExceptionMessage Undefined rule operator "====" passed in. Valid operators are: ==,!=,>=,<=,>,<,{},!{},(),!()
@@ -109,8 +109,6 @@ public function testExceptionUndefinedRuleOperator()
109109
->applyConditionsToCollection($combineCondition, $productCollection);
110110
}
111111

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

0 commit comments

Comments
 (0)