diff --git a/tests/script.sh b/tests/script.sh index adff38a..eb5e214 100755 --- a/tests/script.sh +++ b/tests/script.sh @@ -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++))