firefly-iii/tests/_data/db.sh
2014-12-20 15:33:55 +01:00

5 lines
146 B
Bash
Executable File

#!/bin/bash
touch tests/_data/db.sqlite
php artisan migrate --seed --env=testing
sqlite3 tests/_data/db.sqlite .dump > tests/_data/dump.sql
exit 0