Skip to content

Commit

Permalink
Merge branch '7.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 17, 2018
2 parents 68a08c1 + abf5afc commit 00d26bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/TextUI/Command.php
Expand Up @@ -197,8 +197,7 @@ public function run(array $argv, bool $exit = true): int
return $this->handleListTestsXml($suite, $this->arguments['listTestsXml'], $exit);
}

unset($this->arguments['test'], $this->arguments['testFile']
);
unset($this->arguments['test'], $this->arguments['testFile']);

try {
$result = $runner->doRun($suite, $this->arguments, $exit);
Expand Down

0 comments on commit 00d26bb

Please sign in to comment.