We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecb53d commit 25957cdCopy full SHA for 25957cd
src/Runner/CliTester.php
@@ -139,10 +139,6 @@ private function loadOptions(): CommandLine
139
unset($_SERVER['argv'][$tmp]);
140
$_SERVER['argv'] = array_merge($_SERVER['argv'], ['-o', 'tap']);
141
}
142
-
143
- if (array_search('-p', $_SERVER['argv'], true) === false) {
144
- echo "Note: Default interpreter is CLI since Tester v2.0. It used to be CGI.\n";
145
- }
146
147
148
$this->options = $cmd->parse();
0 commit comments