upgraded dependencies
This commit is contained in:
@@ -29,8 +29,6 @@ class ApplicationTester
|
||||
use TesterTrait;
|
||||
|
||||
private $application;
|
||||
private $input;
|
||||
private $statusCode;
|
||||
|
||||
public function __construct(Application $application)
|
||||
{
|
||||
@@ -47,12 +45,9 @@ class ApplicationTester
|
||||
* * verbosity: Sets the output verbosity flag
|
||||
* * capture_stderr_separately: Make output of stdOut and stdErr separately available
|
||||
*
|
||||
* @param array $input An array of arguments and options
|
||||
* @param array $options An array of options
|
||||
*
|
||||
* @return int The command exit code
|
||||
*/
|
||||
public function run(array $input, $options = [])
|
||||
public function run(array $input, array $options = [])
|
||||
{
|
||||
$prevShellVerbosity = getenv('SHELL_VERBOSITY');
|
||||
|
||||
|
Reference in New Issue
Block a user