mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Lets see if this works.
This commit is contained in:
4
tests/_data/db.sh
Normal file
4
tests/_data/db.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
touch tests/_data/db.sqlite
|
||||
php artisan migrate --seed --env=testing
|
||||
sqlite3 tests/_data/db.sqlite .dump > tests/_data/dump.sql
|
Reference in New Issue
Block a user