From e0ad52e33ff967a19bdc87398a2c796c3477bbd1 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Wed, 3 Jul 2024 23:12:29 +0100 Subject: [PATCH] Fix some PHP 8.3 issues in tests --- test/Test/WebDriver/ChromeDriverTest.php | 1 + test/Test/WebDriver/GeckoDriverTest.php | 1 + 2 files changed, 2 insertions(+) diff --git a/test/Test/WebDriver/ChromeDriverTest.php b/test/Test/WebDriver/ChromeDriverTest.php index bb2e074..fde5d64 100644 --- a/test/Test/WebDriver/ChromeDriverTest.php +++ b/test/Test/WebDriver/ChromeDriverTest.php @@ -37,6 +37,7 @@ class ChromeDriverTest extends WebDriverTestBase { protected $testWebDriverRootUrl = 'http://localhost:9515'; protected $testWebDriverName = 'chromedriver'; + protected $status = null; protected function setUp(): void { diff --git a/test/Test/WebDriver/GeckoDriverTest.php b/test/Test/WebDriver/GeckoDriverTest.php index 1397cef..d0e9c47 100644 --- a/test/Test/WebDriver/GeckoDriverTest.php +++ b/test/Test/WebDriver/GeckoDriverTest.php @@ -37,6 +37,7 @@ class GeckoDriverTest extends WebDriverTestBase { protected $testWebDriverRootUrl = 'http://localhost:4444'; protected $testWebDriverName = 'geckodriver'; + protected $status = null; protected function setUp(): void {