File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
app/code/Magento/CatalogRule/Test/Unit/Model/Indexer Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -223,11 +223,14 @@ protected function setUp()
223
223
$ this ->reindexRuleGroupWebsite = $ this ->createMock (
224
224
\Magento \CatalogRule \Model \Indexer \ReindexRuleGroupWebsite::class
225
225
);
226
- $ this ->setProperties ($ this ->indexBuilder , [
227
- 'metadataPool ' => $ this ->metadataPool ,
228
- 'reindexRuleProductPrice ' => $ this ->reindexRuleProductPrice ,
229
- 'reindexRuleGroupWebsite ' => $ this ->reindexRuleGroupWebsite
230
- ]);
226
+ $ this ->setProperties (
227
+ $ this ->indexBuilder ,
228
+ [
229
+ 'metadataPool ' => $ this ->metadataPool ,
230
+ 'reindexRuleProductPrice ' => $ this ->reindexRuleProductPrice ,
231
+ 'reindexRuleGroupWebsite ' => $ this ->reindexRuleGroupWebsite ,
232
+ ]
233
+ );
231
234
}
232
235
233
236
/**
You can’t perform that action at this time.
0 commit comments