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
4747 $ this ->directoryList = new DirectoryList (BP , $ this ->getCustomDirs ());
4848 $ this ->file = Bootstrap::getObjectManager ()->create (DriverInterface::class);
4949 $ reader = Bootstrap::getObjectManager ()->create (
50+ // phpstan:ignore "Class Magento\Framework\ObjectManager\Config\Reader\Dom\Proxy not found."
5051 \Magento \Framework \ObjectManager \Config \Reader \Dom \Proxy::class
5152 );
5253 $ scopeConfig = Bootstrap::getObjectManager ()->create (\Magento \Framework \Config \Scope::class);
@@ -62,6 +63,7 @@ protected function setUp(): void
6263 $ classDefinitions = Bootstrap::getObjectManager ()->create (
6364 \Magento \Framework \ObjectManager \Definition \Runtime::class
6465 );
66+ // phpstan:ignore "Class Psr\Log\LoggerInterface\Proxy not found."
6567 $ logger = Bootstrap::getObjectManager ()->create (\Psr \Log \LoggerInterface \Proxy::class);
6668 $ this ->model = new PluginListGenerator (
6769 $ reader ,
You can’t perform that action at this time.
0 commit comments