Fixed table migration, created api tests, created test env, added data import
This commit is contained in:
14
.env.testing
Normal file
14
.env.testing
Normal file
@@ -0,0 +1,14 @@
|
||||
APP_ENV=testing
|
||||
APP_DEBUG=true
|
||||
APP_KEY=key
|
||||
|
||||
DB_CONNECTION=sqlite
|
||||
DB_HOST=sqlite
|
||||
DB_DATABASE=:memory:
|
||||
DB_USERNAME=
|
||||
DB_PASSWORD=
|
||||
|
||||
CACHE_DRIVER=array
|
||||
SESSION_DRIVER=array
|
||||
QUEUE_DRIVER=sync
|
||||
MAIL_DRIVER=log
|
||||
Reference in New Issue
Block a user