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 6dcd0a1 commit a97dd34Copy full SHA for a97dd34
README.md
@@ -26,6 +26,7 @@ use Appstract\DuskDrivers\Opera\SupportsOpera;
26
abstract class DuskTestCase extends BaseTestCase
27
{
28
use CreatesApplication, SupportsOpera;
29
+}
30
```
31
32
Now you can start the server in the ```prepare``` method:
0 commit comments