Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit d63cdeb

Browse files
committed
Update driver declaration in dusk test
1 parent ef158c8 commit d63cdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DuskIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ protected function getPackageProviders($app)
1717
return [VisualDiffServiceProvider::class];
1818
}
1919

20-
protected function driver()
20+
protected function driver(): RemoteWebDriver
2121
{
2222
$options = (new ChromeOptions())->addArguments([
2323
'--no-sandbox',

0 commit comments

Comments
 (0)