summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun-tests.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/run-tests.sh b/run-tests.sh
index f7de6c1..9d6643e 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -26,13 +26,7 @@ if [ $? -eq 0 ]; then
echo
echo -e "\033[33mBegin Unit Testing\033[0m"
# Run the testing suite
- php phpunit --configuration phpunit.xml.dist
- # Cleanup
- if [ "$clean" -eq 1 ]; then
- echo -e "\033[32mCleaning Up!\033[0m"
- rm -f phpunit.phar
- rm -f phpunit.phar.asc
- fi
+ php phpunit.phar --configuration phpunit.xml.dist
else
echo
chmod -x phpunit.phar