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

Public Member Functions

 testConstructor ()
 
 testSetIsDecorated ()
 
 testSetGetVerbosity ()
 
 testWriteWithVerbosityQuiet ()
 
 testWriteAnArrayOfMessages ()
 
 testWriteRawMessage ($message, $type, $expectedOutput)
 
 provideWriteArguments ()
 
 testWriteWithDecorationTurnedOff ()
 
 testWriteDecoratedMessage ()
 
 testWriteWithInvalidOutputType ()
 
 testWriteWithInvalidStyle ()
 

Detailed Description

Definition at line 17 of file OutputTest.php.

Member Function Documentation

provideWriteArguments ( )

Definition at line 93 of file OutputTest.php.

References OutputInterface\OUTPUT_PLAIN, and OutputInterface\OUTPUT_RAW.

testConstructor ( )

Definition at line 19 of file OutputTest.php.

References OutputInterface\VERBOSITY_QUIET.

testSetGetVerbosity ( )
testSetIsDecorated ( )

Definition at line 26 of file OutputTest.php.

testWriteAnArrayOfMessages ( )

Definition at line 76 of file OutputTest.php.

testWriteDecoratedMessage ( )

Definition at line 109 of file OutputTest.php.

testWriteRawMessage (   $message,
  $type,
  $expectedOutput 
)

provideWriteArguments

Definition at line 86 of file OutputTest.php.

testWriteWithDecorationTurnedOff ( )

Definition at line 101 of file OutputTest.php.

testWriteWithInvalidOutputType ( )

Unknown output type given (24)

Definition at line 123 of file OutputTest.php.

testWriteWithInvalidStyle ( )

Definition at line 129 of file OutputTest.php.

testWriteWithVerbosityQuiet ( )

Definition at line 69 of file OutputTest.php.

References OutputInterface\VERBOSITY_QUIET.