Some new tests

This commit is contained in:
James Cole
2015-03-28 06:48:38 +01:00
parent c9358acf5d
commit 6157db0b6a
5 changed files with 88 additions and 16 deletions

7
pu.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# create DB if not exists
rm -f tests/database/db.sqlite
touch tests/database/db.sqlite
php artisan migrate --seed
phpunit