We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e77e2f commit 41c52fbCopy full SHA for 41c52fb
dev/tests/integration/etc/di/preferences/ce.php
@@ -16,6 +16,8 @@
16
\Magento\Framework\App\Response\Http::class => \Magento\TestFramework\Response::class,
17
\Magento\Framework\Interception\PluginListInterface::class =>
18
\Magento\TestFramework\Interception\PluginList::class,
19
+ \Magento\Framework\Interception\ObjectManager\ConfigInterface::class =>
20
+ \Magento\TestFramework\ObjectManager\Config::class,
21
\Magento\Framework\Interception\ObjectManager\Config\Developer::class =>
22
\Magento\TestFramework\ObjectManager\Config::class,
23
\Magento\Framework\View\LayoutInterface::class => \Magento\TestFramework\View\Layout::class,
0 commit comments