File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
dev/tests/integration/testsuite/Magento/Framework/Interception Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ protected function setUp(): void
47
47
$ this ->directoryList = new DirectoryList (BP , $ this ->getCustomDirs ());
48
48
$ this ->file = Bootstrap::getObjectManager ()->create (DriverInterface::class);
49
49
$ reader = Bootstrap::getObjectManager ()->create (
50
+ // phpstan:ignore "Class Magento\Framework\ObjectManager\Config\Reader\Dom\Proxy not found."
50
51
\Magento \Framework \ObjectManager \Config \Reader \Dom \Proxy::class
51
52
);
52
53
$ scopeConfig = Bootstrap::getObjectManager ()->create (\Magento \Framework \Config \Scope::class);
@@ -62,6 +63,7 @@ protected function setUp(): void
62
63
$ classDefinitions = Bootstrap::getObjectManager ()->create (
63
64
\Magento \Framework \ObjectManager \Definition \Runtime::class
64
65
);
66
+ // phpstan:ignore "Class Psr\Log\LoggerInterface\Proxy not found."
65
67
$ logger = Bootstrap::getObjectManager ()->create (\Psr \Log \LoggerInterface \Proxy::class);
66
68
$ this ->model = new PluginListGenerator (
67
69
$ reader ,
You can’t perform that action at this time.
0 commit comments