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
Code
Test
Unit
Generator
TestAsset
TestGenerationClass.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Code\Test\Unit\Generator\TestAsset
;
7
8
class
TestGenerationClass
9
{
17
public
function
__construct
(
18
\
Magento
\Framework\Code\Test\Unit\
Generator
\TestAsset\
ParentClass
$parentClass,
19
\
Magento
\Framework\Code\Test\Unit\
Generator
\TestAsset\
SourceClass
$sourceClass,
20
\Not_Existing_Class $notExistingClass
21
) {
22
}
23
}
Magento\Framework\Code\Test\Unit\Generator\TestAsset\TestGenerationClass\__construct
__construct(\Magento\Framework\Code\Test\Unit\Generator\TestAsset\ParentClass $parentClass, \Magento\Framework\Code\Test\Unit\Generator\TestAsset\SourceClass $sourceClass, \Not_Existing_Class $notExistingClass)
Definition:
TestGenerationClass.php:17
Magento\Framework\Code\Generator
Definition:
Generator.php:16
Magento\Framework\Code\Test\Unit\Generator\TestAsset
Definition:
ParentClass.php:6
Magento\Framework\Code\Test\Unit\Generator\TestAsset\TestGenerationClass
Definition:
TestGenerationClass.php:8
Magento\Framework\Code\Test\Unit\Generator\TestAsset\SourceClass
Definition:
SourceClass.php:10
Magento
Magento\Framework\Code\Test\Unit\Generator\TestAsset\ParentClass
Definition:
ParentClass.php:10