Try forcing test env in codeception.yml

This commit is contained in:
snipe
2015-08-11 20:55:24 -07:00
parent 4726639f85
commit 9949d68341
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -24,6 +24,8 @@ modules:
enabled:
- Laravel4
config:
Laravel4:
environment: test
Db:
dsn: 'mysql:host=localhost;dbname=snipeit_laravel'
user: 'travis'