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 c23f267 commit fa8885cCopy full SHA for fa8885c
src/ServerTrait.php
@@ -34,8 +34,7 @@ private function stopWebServer(): void
34
35
private function pause($message): void
36
{
37
- if (PantherTestCase::isWebServerStarted()
38
- && \in_array('--debug', $_SERVER['argv'], true)
+ if (\in_array('--debug', $_SERVER['argv'], true)
39
&& $_SERVER['PANTHER_NO_HEADLESS'] ?? false
40
) {
41
echo "$message\n\nPress enter to continue...";
0 commit comments