Get base code for dusk tests

This commit is contained in:
Dane Everitt 2018-05-31 21:45:49 -07:00
parent 0b7dbd65ff
commit c86690a695
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 209 additions and 1 deletions

View file

@ -0,0 +1,9 @@
<?php
namespace Pterodactyl\Tests\Browser;
use Laravel\Dusk\Browser;
class PterodactylBrowser extends Browser
{
}