ApplicationTester::run()

int run(array $input, array $options = array())

Executes the application.

Available options:

  • interactive: Sets the input interactive flag
  • decorated: Sets the output decorated flag
  • verbosity: Sets the output verbosity flag
  • capturestderrseparately: Make output of stdOut and stdErr separately available

Parameters

array $input An array of arguments and options
array $options An array of options

Return Value

int The command exit code
doc_Symfony
2016-10-28 06:05:38
Comments
Leave a Comment

Please login to continue.