More new tests.

This commit is contained in:
James Cole
2016-01-20 10:47:29 +01:00
parent 6dcdb0f9a0
commit 78b56712fc
5 changed files with 190 additions and 46 deletions

5
pu.sh
View File

@@ -6,6 +6,11 @@ cp .env.testing .env
# set default phpunit.
cp phpunit.default.xml phpunit.xml
# "create" default attachment:
touch storage/upload/at-1.data
touch storage/upload/at-2.data
# delete test databases:
if [ -f storage/database/testing.db ]
then