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

Public Member Functions

 testConstructor ()
 
 testStreamIsRequired ()
 
 testGetStream ()
 
 testDoWrite ()
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 

Protected Attributes

 $stream
 

Detailed Description

Definition at line 17 of file StreamOutputTest.php.

Member Function Documentation

setUp ( )
protected

Definition at line 21 of file StreamOutputTest.php.

tearDown ( )
protected

Definition at line 26 of file StreamOutputTest.php.

testConstructor ( )

Definition at line 31 of file StreamOutputTest.php.

References OutputInterface\VERBOSITY_QUIET.

testDoWrite ( )

Definition at line 53 of file StreamOutputTest.php.

testGetStream ( )

Definition at line 47 of file StreamOutputTest.php.

testStreamIsRequired ( )

The StreamOutput class needs a stream as its first argument.

Definition at line 42 of file StreamOutputTest.php.

Member Data Documentation

$stream
protected

Definition at line 19 of file StreamOutputTest.php.