Fix phpunit configuration path when inside script directory

This commit is contained in:
Zach Borboa
2021-03-13 20:09:20 -05:00
parent 933e0bb76b
commit 118dc7339c
+1 -1
View File
@@ -15,7 +15,7 @@ export PHP_CURL_CLASS_TEST_MODE_ENABLED="yes"
# Run tests.
phpunit --version
phpunit --configuration "tests/phpunit.xml" --debug --verbose
phpunit --configuration "phpunit.xml" --debug --verbose
if [[ "${?}" -ne 0 ]]; then
echo "Error: phpunit command failed"
((errors++))