Skip to content

Commit

Permalink
Fix some PHP 8.3 issues in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpott committed Jul 3, 2024
1 parent 6f6ada2 commit e0ad52e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/Test/WebDriver/ChromeDriverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class ChromeDriverTest extends WebDriverTestBase
{
protected $testWebDriverRootUrl = 'http://localhost:9515';
protected $testWebDriverName = 'chromedriver';
protected $status = null;

protected function setUp(): void
{
Expand Down
1 change: 1 addition & 0 deletions test/Test/WebDriver/GeckoDriverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class GeckoDriverTest extends WebDriverTestBase
{
protected $testWebDriverRootUrl = 'http://localhost:4444';
protected $testWebDriverName = 'geckodriver';
protected $status = null;

protected function setUp(): void
{
Expand Down

0 comments on commit e0ad52e

Please sign in to comment.