Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Member Functions | Protected Attributes
ConsoleArrayInputFactoryTest Class Reference
Inheritance diagram for ConsoleArrayInputFactoryTest:

Public Member Functions

 testCreate ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $factory
 

Detailed Description

Definition at line 9 of file ConsoleArrayInputFactoryTest.php.

Member Function Documentation

◆ setUp()

setUp ( )
protected

Definition at line 17 of file ConsoleArrayInputFactoryTest.php.

◆ testCreate()

testCreate ( )

Definition at line 22 of file ConsoleArrayInputFactoryTest.php.

23  {
24  $this->assertInstanceOf(\Symfony\Component\Console\Input\ArrayInput::class, $this->factory->create([]));
25  }

Field Documentation

◆ $factory

$factory
protected

Definition at line 15 of file ConsoleArrayInputFactoryTest.php.


The documentation for this class was generated from the following file: