We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afa78e commit 8049f19Copy full SHA for 8049f19
run-tests.sh
@@ -26,13 +26,7 @@ if [ $? -eq 0 ]; then
26
echo
27
echo -e "\033[33mBegin Unit Testing\033[0m"
28
# Run the testing suite
29
- php phpunit --configuration phpunit.xml.dist
30
- # Cleanup
31
- if [ "$clean" -eq 1 ]; then
32
- echo -e "\033[32mCleaning Up!\033[0m"
33
- rm -f phpunit.phar
34
- rm -f phpunit.phar.asc
35
- fi
+ php phpunit.phar --configuration phpunit.xml.dist
36
else
37
38
chmod -x phpunit.phar
0 commit comments