Updated tests.

This commit is contained in:
James Cole
2016-01-23 08:48:36 +01:00
parent 0d5efb8d27
commit f83bc3c8b3
7 changed files with 277 additions and 136 deletions

2
pu.sh
View File

@@ -43,14 +43,12 @@ then
# run it!
echo "Now running $firstFile"
phpunit --verbose $firstFile
exit $?
fi
if [ -f "$secondFile" ]
then
# run it!
echo "Now running $secondFile"
phpunit --verbose $secondFile
exit $?
fi