From fb9e0c3b30d5e59e8ab16ea7c7c6821554614e7c Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 24 Feb 2017 10:04:35 +0000 Subject: [PATCH] Need to set dusk env variables seperatly --- .env.dusk.testing | 13 +++++++++++++ phpunit.xml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .env.dusk.testing 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 @@ - +