Skip to content

Commit

Permalink
Fix CS/WS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 17, 2018
1 parent 8e878af commit abf5afc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/TextUI/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,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 abf5afc

Please sign in to comment.