Display debugging information and output more verbose information when running phpunit locally using test script

This commit is contained in:
Zach Borboa
2019-04-25 22:31:08 -07:00
parent 601de1369a
commit 9205c5fe67
+1 -1
View File
@@ -17,7 +17,7 @@ export PHP_CURL_CLASS_TEST_MODE_ENABLED="yes"
# Run tests.
phpunit --version
phpunit --configuration "tests/phpunit.xml"
phpunit --configuration "tests/phpunit.xml" --debug --verbose
if [[ "${?}" -ne 0 ]]; then
echo "Error: phpunit command failed"
((errors++))