Skip to content

Commit

Permalink
CliTester: removed note about default interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
milo authored and Miloslav Hůla committed May 30, 2018
1 parent 2ecb53d commit 25957cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Runner/CliTester.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ private function loadOptions(): CommandLine
unset($_SERVER['argv'][$tmp]);
$_SERVER['argv'] = array_merge($_SERVER['argv'], ['-o', 'tap']);
}

if (array_search('-p', $_SERVER['argv'], true) === false) {
echo "Note: Default interpreter is CLI since Tester v2.0. It used to be CGI.\n";
}
}

$this->options = $cmd->parse();
Expand Down

0 comments on commit 25957cd

Please sign in to comment.