Skip to content

Commit 0b7dff4

Browse files
committed
MC-31618: Move static config to files - PLUGIN_LIST
- Fix static tests;
1 parent 7745875 commit 0b7dff4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Framework/Interception/PluginListGeneratorTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)