mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Lets see fit his works.
This commit is contained in:
11
.env.testing
Normal file
11
.env.testing
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
APP_ENV=testing
|
||||||
|
APP_DEBUG=true
|
||||||
|
APP_KEY=SomeRandomString
|
||||||
|
|
||||||
|
DB_HOST=localhost
|
||||||
|
DB_DATABASE=homestead
|
||||||
|
DB_USERNAME=homestead
|
||||||
|
DB_PASSWORD=secret
|
||||||
|
|
||||||
|
CACHE_DRIVER=file
|
||||||
|
SESSION_DRIVER=file
|
@@ -11,6 +11,7 @@ addons:
|
|||||||
install:
|
install:
|
||||||
- rm composer.lock
|
- rm composer.lock
|
||||||
- composer install
|
- composer install
|
||||||
|
- php artisan env
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./tests/_data/db.sh
|
- ./tests/_data/db.sh
|
||||||
|
Reference in New Issue
Block a user