mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 04:01:47 +00:00
Display debugging information and output more verbose information when running phpunit locally using test script
This commit is contained in:
+1
-1
@@ -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++))
|
||||
|
||||
Reference in New Issue
Block a user