Lets see if this works.

This commit is contained in:
James Cole
2014-12-20 15:30:48 +01:00
parent 83b7cb4ff9
commit b6ab5770a2
3 changed files with 10 additions and 3 deletions

4
tests/_data/db.sh Normal file
View 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