Skip to content

Commit

Permalink
One more place where we need to use 'list' for older versions of php.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Jun 27, 2017
1 parent 86a25fe commit 7b93fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/InjectConfigForCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function testInjectionWithOverride()
$command = new MyFooCommand();
$input = new StringInput('my:foo --name=Fred');

[$status, $output] = $this->runCommandViaApplication($command, $input);
list($status, $output) = $this->runCommandViaApplication($command, $input);

$expectedOutput = <<< EOT
Enter my:foo
Expand Down

0 comments on commit 7b93fee

Please sign in to comment.