Use prediined app key in both http tests, and browser tests

This commit is contained in:
Jonny Barnes 2017-02-24 11:10:53 +00:00
parent fb9e0c3b30
commit d08f3af75f
3 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,6 @@
APP_ENV=testing APP_ENV=testing
APP_DEBUG=true APP_DEBUG=true
APP_KEY=base64:6DJhvZLVjE6dD4Cqrteh+6Z5vZlG+v/soCKcDHLOAH0=
APP_URL=http://localhost:8000 APP_URL=http://localhost:8000
APP_LONGURL=localhost APP_LONGURL=localhost
APP_SHORTURL=local APP_SHORTURL=local

View file

@ -1,6 +1,6 @@
APP_ENV=testing APP_ENV=testing
APP_DEBUG=true APP_DEBUG=true
APP_KEY= APP_KEY=base64:6DJhvZLVjE6dD4Cqrteh+6Z5vZlG+v/soCKcDHLOAH0=
APP_URL=http://localhost:8000 APP_URL=http://localhost:8000
APP_LONGURL=localhost APP_LONGURL=localhost
APP_SHORTURL=local APP_SHORTURL=local

View file

@ -56,7 +56,6 @@ before_script:
- php artisan key:generate - php artisan key:generate
- php artisan migrate - php artisan migrate
- php artisan db:seed - php artisan db:seed
- php artisan token:generate
- phantomjs --webdriver=127.0.0.1:9515 --webdriver-loglevel=DEBUG & - phantomjs --webdriver=127.0.0.1:9515 --webdriver-loglevel=DEBUG &
- sleep 5 # Give artisan some time to start serving - sleep 5 # Give artisan some time to start serving