Skip to content

Commit 25957cd

Browse files
miloMiloslav Hůla
authored and
Miloslav Hůla
committed
CliTester: removed note about default interpreter
1 parent 2ecb53d commit 25957cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Runner/CliTester.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ private function loadOptions(): CommandLine
139139
unset($_SERVER['argv'][$tmp]);
140140
$_SERVER['argv'] = array_merge($_SERVER['argv'], ['-o', 'tap']);
141141
}
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-
}
146142
}
147143

148144
$this->options = $cmd->parse();

0 commit comments

Comments
 (0)