| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 125 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
CommandTester:: (6 methods):
__construct()
execute()
getDisplay()
getInput()
getOutput()
getStatusCode()
Class: CommandTester - X-Ref
Eases the testing of console commands.| __construct(Command $command) X-Ref |
| No description |
| execute(array $input, array $options = array() X-Ref |
| Executes the command. Available execution options: * interactive: Sets the input interactive flag * decorated: Sets the output decorated flag * verbosity: Sets the output verbosity flag param: array $input An array of command arguments and options param: array $options An array of execution options return: int The command exit code |
| getDisplay($normalize = false) X-Ref |
| Gets the display returned by the last execution of the command. param: bool $normalize Whether to normalize end of lines to \n or not return: string The display |
| getInput() X-Ref |
| Gets the input instance used by the last execution of the command. return: InputInterface The current input instance |
| getOutput() X-Ref |
| Gets the output instance used by the last execution of the command. return: OutputInterface The current output instance |
| getStatusCode() X-Ref |
| Gets the status code returned by the last execution of the application. return: int The status code |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |