File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 8
8
use Magento \TestFramework \Helper \Bootstrap ;
9
9
10
10
/**
11
+ * @magentoAppIsolation enabled
11
12
* @magentoDbIsolation enabled
12
13
*/
13
14
class FlatTest extends \Magento \TestFramework \Indexer \TestCase
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ protected function setUp()
38
38
}
39
39
40
40
/**
41
+ * @magentoAppArea adminhtml
41
42
* @magentoDbIsolation disabled
42
43
* @magentoAppIsolation enabled
43
44
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
@@ -51,6 +52,11 @@ public function testReindexAll()
51
52
52
53
$ this ->assertTrue ($ attr ->isIndexable ());
53
54
55
+ $ priceIndexerProcessor = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ()->get (
56
+ \Magento \Catalog \Model \Indexer \Product \Price \Processor::class
57
+ );
58
+ $ priceIndexerProcessor ->reindexAll ();
59
+
54
60
$ this ->_processor ->reindexAll ();
55
61
56
62
$ categoryFactory = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ()->get (
You can’t perform that action at this time.
0 commit comments