+x for execute

This commit is contained in:
James Cole
2014-12-20 15:33:55 +01:00
parent b6ab5770a2
commit 40709c8367

1
tests/_data/db.sh Normal file → Executable file
View File

@@ -2,3 +2,4 @@
touch tests/_data/db.sqlite touch tests/_data/db.sqlite
php artisan migrate --seed --env=testing php artisan migrate --seed --env=testing
sqlite3 tests/_data/db.sqlite .dump > tests/_data/dump.sql sqlite3 tests/_data/db.sqlite .dump > tests/_data/dump.sql
exit 0