mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-28 11:09:26 +00:00
Fix phpunit configuration path when inside script directory
This commit is contained in:
+1
-1
@@ -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++))
|
||||
|
||||
Reference in New Issue
Block a user