Skip to content

Commit e0ad52e

Browse files
committed
Fix some PHP 8.3 issues in tests
1 parent 6f6ada2 commit e0ad52e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Test/WebDriver/ChromeDriverTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class ChromeDriverTest extends WebDriverTestBase
3737
{
3838
protected $testWebDriverRootUrl = 'http://localhost:9515';
3939
protected $testWebDriverName = 'chromedriver';
40+
protected $status = null;
4041

4142
protected function setUp(): void
4243
{

test/Test/WebDriver/GeckoDriverTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class GeckoDriverTest extends WebDriverTestBase
3737
{
3838
protected $testWebDriverRootUrl = 'http://localhost:4444';
3939
protected $testWebDriverName = 'geckodriver';
40+
protected $status = null;
4041

4142
protected function setUp(): void
4243
{

0 commit comments

Comments
 (0)