From 577e38759ed7eb229c1c1879c0d88006015b7605 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 7 Feb 2015 10:30:41 +0100 Subject: [PATCH] Try again. --- tests/_data/db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_data/db.sh b/tests/_data/db.sh index 9f9261d955..f02dace68e 100755 --- a/tests/_data/db.sh +++ b/tests/_data/db.sh @@ -1,5 +1,5 @@ #!/bin/bash touch tests/_data/db.sqlite -php artisan migrate --seed --env=testing +php artisan migrate --seed sqlite3 tests/_data/db.sqlite .dump > tests/_data/dump.sql exit 0 \ No newline at end of file