TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
CommandTesterTest Class Reference
Inheritance diagram for CommandTesterTest:

Public Member Functions

 testExecute ()
 
 testGetInput ()
 
 testGetOutput ()
 
 testGetDisplay ()
 
 testGetStatusCode ()
 
 testCommandFromApplication ()
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 

Protected Attributes

 $command
 
 $tester
 

Detailed Description

Definition at line 19 of file CommandTesterTest.php.

Member Function Documentation

setUp ( )
protected

Definition at line 24 of file CommandTesterTest.php.

References OutputInterface\VERBOSITY_VERBOSE.

tearDown ( )
protected

Definition at line 35 of file CommandTesterTest.php.

testCommandFromApplication ( )

Definition at line 69 of file CommandTesterTest.php.

References CommandTesterTest\$command, and CommandTesterTest\$tester.

testExecute ( )

Definition at line 41 of file CommandTesterTest.php.

References OutputInterface\VERBOSITY_VERBOSE.

testGetDisplay ( )

Definition at line 59 of file CommandTesterTest.php.

testGetInput ( )

Definition at line 48 of file CommandTesterTest.php.

testGetOutput ( )

Definition at line 53 of file CommandTesterTest.php.

testGetStatusCode ( )

Definition at line 64 of file CommandTesterTest.php.

Member Data Documentation

$command
protected

Definition at line 21 of file CommandTesterTest.php.

Referenced by CommandTesterTest\testCommandFromApplication().

$tester
protected

Definition at line 22 of file CommandTesterTest.php.

Referenced by CommandTesterTest\testCommandFromApplication().