We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2736bf1 commit 60f1816Copy full SHA for 60f1816
README.md
@@ -30,6 +30,7 @@ use Appstract\DuskDrivers\Safari\SupportsSafari;
30
abstract class DuskTestCase extends BaseTestCase
31
{
32
use CreatesApplication, SupportsSafari;
33
+}
34
```
35
36
Now you can start the server in the ```prepare``` method:
0 commit comments