Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TestGenerationClass.php
Go to the documentation of this file.
1 <?php
7 
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 }
__construct(\Magento\Framework\Code\Test\Unit\Generator\TestAsset\ParentClass $parentClass, \Magento\Framework\Code\Test\Unit\Generator\TestAsset\SourceClass $sourceClass, \Not_Existing_Class $notExistingClass)