Get base code for dusk tests
This commit is contained in:
parent
0b7dbd65ff
commit
c86690a695
8 changed files with 209 additions and 1 deletions
9
tests/Browser/PterodactylBrowser.php
Normal file
9
tests/Browser/PterodactylBrowser.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Pterodactyl\Tests\Browser;
|
||||
|
||||
use Laravel\Dusk\Browser;
|
||||
|
||||
class PterodactylBrowser extends Browser
|
||||
{
|
||||
}
|
Reference in a new issue