Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
9fe479b141
commit
ed3bbd76d7
@@ -30,7 +30,8 @@ abstract class DuskTestCase extends BaseTestCase
|
||||
protected function driver()
|
||||
{
|
||||
return RemoteWebDriver::create(
|
||||
'http://localhost:9515', DesiredCapabilities::chrome()
|
||||
'http://localhost:9515',
|
||||
DesiredCapabilities::chrome()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user