diff --git a/tests/smoke/src/Drivers/ChromeDriver.php b/tests/smoke/src/Drivers/ChromeDriver.php index 1d96829755..3521755787 100644 --- a/tests/smoke/src/Drivers/ChromeDriver.php +++ b/tests/smoke/src/Drivers/ChromeDriver.php @@ -67,7 +67,7 @@ public function stop(): void $this->process->stop(); } } - + public function isRunning(): bool { if ($this->process === null) {