We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0babda commit 50ffc6aCopy full SHA for 50ffc6a
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