![]() |
TYPO3
7.6
|
Public Member Functions | |
testConstructor () | |
testSetIsDecorated () | |
testSetGetVerbosity () | |
testWriteWithVerbosityQuiet () | |
testWriteAnArrayOfMessages () | |
testWriteRawMessage ($message, $type, $expectedOutput) | |
provideWriteArguments () | |
testWriteWithDecorationTurnedOff () | |
testWriteDecoratedMessage () | |
testWriteWithInvalidOutputType () | |
testWriteWithInvalidStyle () | |
Definition at line 17 of file OutputTest.php.
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 | ( | ) |
Definition at line 33 of file OutputTest.php.
References OutputInterface\VERBOSITY_DEBUG, OutputInterface\VERBOSITY_NORMAL, OutputInterface\VERBOSITY_QUIET, OutputInterface\VERBOSITY_VERBOSE, and OutputInterface\VERBOSITY_VERY_VERBOSE.
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.