[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 112 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
CommandTester:: (5 methods):
__construct()
execute()
getDisplay()
getInput()
getOutput()
Class: CommandTester - X-Ref
Eases the testing of console commands.__construct(Command $command) X-Ref |
Constructor. param: Command $command A Command instance to test. |
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 |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |