Config for test database.

This commit is contained in:
James Cole
2015-03-18 22:16:00 +01:00
parent 0b16765f37
commit 3c4e7158a1
4 changed files with 5 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ install:
- composer install
- php artisan env
- mv -v .env.testing .env
- php artisan migrate --seed
script:
- phpunit --debug