diff --git a/.env.dusk.testing b/.env.dusk.testing new file mode 100644 index 00000000..2d826c77 --- /dev/null +++ b/.env.dusk.testing @@ -0,0 +1,13 @@ +APP_ENV=testing +APP_DEBUG=true +APP_URL=http://localhost:8000 +APP_LONGURL=localhost +APP_SHORTURL=local + +DB_CONNECTION=travis + +CACHE_DRIVER=array +SESSION_DRIVER=file +QUEUE_DRIVER=sync + +SCOUT_DRIVER=pgsql diff --git a/phpunit.xml b/phpunit.xml index 1d7daf50..88860829 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -24,7 +24,7 @@ - +