Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
App
Test
Unit
ObjectManager
Environment
CompiledTesting.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Framework\App\Test\Unit\ObjectManager\Environment
;
8
9
use
Magento\Framework\App\ObjectManager\Environment\Compiled
;
10
11
class
CompiledTesting
extends
Compiled
12
{
16
protected
function
getConfigData
()
17
{
18
return
[];
19
}
20
24
public
function
getDiConfig
()
25
{
26
return
new
ConfigTesting
();
27
}
28
}
Magento\Framework\App\ObjectManager\Environment\Compiled
Definition:
Compiled.php:19
Magento\Framework\App\Test\Unit\ObjectManager\Environment\ConfigTesting
Definition:
ConfigTesting.php:12
Magento\Framework\App\Test\Unit\ObjectManager\Environment\CompiledTesting\getDiConfig
getDiConfig()
Definition:
CompiledTesting.php:24
Magento\Framework\App\Test\Unit\ObjectManager\Environment
Definition:
CompiledTest.php:6
Magento\Framework\App\Test\Unit\ObjectManager\Environment\CompiledTesting
Definition:
CompiledTesting.php:11
Magento\Framework\App\Test\Unit\ObjectManager\Environment\CompiledTesting\getConfigData
getConfigData()
Definition:
CompiledTesting.php:16