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

@ -47,6 +47,7 @@
"filp/whoops": "^2.1",
"friendsofphp/php-cs-fixer": "^2.11.1",
"fzaninotto/faker": "^1.6",
"laravel/dusk": "^3.0",
"martinlindhe/laravel-vue-i18n-generator": "^0.1.28",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^2.0",
@ -67,6 +68,7 @@
},
"autoload-dev": {
"psr-4": {
"Pterodactyl\\Tests\\Browser\\": "tests/Browser",
"Pterodactyl\\Tests\\Integration\\": "tests/Integration",
"Tests\\": "tests/"
}