Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ce.php
Go to the documentation of this file.
1 <?php
9 return [
10  \Magento\Framework\Stdlib\CookieManagerInterface::class => \Magento\TestFramework\CookieManager::class,
11  \Magento\Framework\ObjectManager\DynamicConfigInterface::class =>
12  \Magento\TestFramework\ObjectManager\Configurator::class,
13  \Magento\Framework\App\RequestInterface::class => \Magento\TestFramework\Request::class,
14  \Magento\Framework\App\Request\Http::class => \Magento\TestFramework\Request::class,
15  \Magento\Framework\App\ResponseInterface::class => \Magento\TestFramework\Response::class,
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,
24  \Magento\Framework\App\ResourceConnection\ConnectionAdapterInterface::class =>
25  \Magento\TestFramework\Db\ConnectionAdapter::class,
26  \Magento\Framework\Filesystem\DriverInterface::class => \Magento\Framework\Filesystem\Driver\File::class,
27  \Magento\Framework\App\Config\ScopeConfigInterface::class => \Magento\TestFramework\App\Config::class,
28  \Magento\Framework\App\ResourceConnection\ConfigInterface::class =>
29  \Magento\Framework\App\ResourceConnection\Config::class,
30 ];