W3cubDocs

/Symfony 4.1

TesterTrait

trait TesterTrait

Methods

string getDisplay(bool $normalize = false)

Gets the display returned by the last execution of the command or application.

InputInterface getInput()

Gets the input instance used by the last execution of the command or application.

OutputInterface getOutput()

Gets the output instance used by the last execution of the command or application.

int getStatusCode()

Gets the status code returned by the last execution of the command or application.

TesterTrait setInputs(array $inputs)

Sets the user inputs.

Details

string getDisplay(bool $normalize = false)

Gets the display returned by the last execution of the command or application.

Parameters

bool $normalize Whether to normalize end of lines to \n or not

Return Value

string The display

InputInterface getInput()

Gets the input instance used by the last execution of the command or application.

Return Value

InputInterface The current input instance

OutputInterface getOutput()

Gets the output instance used by the last execution of the command or application.

Return Value

OutputInterface The current output instance

int getStatusCode()

Gets the status code returned by the last execution of the command or application.

Return Value

int The status code

TesterTrait setInputs(array $inputs)

Sets the user inputs.

Parameters

array $inputs array An array of strings representing each input passed to the command input stream

Return Value

TesterTrait

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Console/Tester/TesterTrait.html