Make PHPStan Happier
This commit is contained in:
parent
cf6b6e409d
commit
939f774e5b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ namespace Benzine\Tests;
|
|||
use Facebook\WebDriver\Remote\RemoteWebDriver;
|
||||
use Facebook\WebDriver\Remote\WebDriverCapabilityType;
|
||||
|
||||
abstract class SeleniumTestCase
|
||||
abstract class SeleniumTestCase extends BaseTestCase
|
||||
{
|
||||
/** @var RemoteWebDriver */
|
||||
protected static $webDriver;
|
||||
|
|
|
|||
Loading…
Reference in a new issue