firefly-iii/pu.sh

7 lines
135 B
Bash
Raw Normal View History

2015-03-28 00:48:38 -05:00
#!/bin/bash
# create DB if not exists
rm -f tests/database/db.sqlite
touch tests/database/db.sqlite
php artisan migrate --seed
phpunit