| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 117 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ApplicationTester:: (5 methods):
__construct()
run()
getDisplay()
getInput()
getOutput()
Class: ApplicationTester - X-Ref
Eases the testing of console applications.| __construct(Application $application) X-Ref |
| Constructor. param: Application $application An Application instance to test. |
| run(array $input, $options = array() X-Ref |
| Executes the application. Available 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 arguments and options param: array $options An array of options return: int The command exit code |
| getDisplay($normalize = false) X-Ref |
| Gets the display returned by the last execution of the application. 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 application. return: InputInterface The current input instance |
| getOutput() X-Ref |
| Gets the output instance used by the last execution of the application. return: OutputInterface The current output instance |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |