File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Category/Product/Action Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ protected function setUp(): void
51
51
$ this ->objectManager ->addSharedInstance ($ preferenceObject , OriginObject::class);
52
52
$ this ->interceptor = $ this ->objectManager ->get (OriginObject::class);
53
53
$ this ->pluginList = $ this ->objectManager ->get (PluginListInterface::class);
54
- $ this ->objectManager ->get (Manager::class);
54
+ $ this ->moduleManager = $ this -> objectManager ->get (Manager::class);
55
55
}
56
56
57
57
/**
@@ -72,7 +72,7 @@ public function testPreference()
72
72
// Check interceptor class name
73
73
if ($ this ->moduleManager ->isEnabled ('Magento_Staging ' )) {
74
74
$ this ->assertEquals (
75
- '\ Magento\Staging\Model\Indexer\Category\Product\Action\Full\Interceptor ' ,
75
+ 'Magento\Staging\Model\Indexer\Category\Product\Action\Full\Interceptor ' ,
76
76
$ interceptorClassName
77
77
);
78
78
} else {
You can’t perform that action at this time.
0 commit comments