mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-29 19:54:49 +00:00
Remove --verbose option removed in PHPUnit 10
Error: + ../vendor/bin/phpunit --configuration phpunit.xml --verbose PHPUnit 10.0.1 by Sebastian Bergmann and contributors. Unknown option "--verbose"
This commit is contained in:
+1
-2
@@ -92,8 +92,7 @@ fi
|
||||
# Run tests.
|
||||
"${phpunit_to_use}" --version
|
||||
"${phpunit_to_use}" \
|
||||
--configuration "phpunit.xml" \
|
||||
--verbose
|
||||
--configuration "phpunit.xml"
|
||||
if [[ "${?}" -ne 0 ]]; then
|
||||
echo "Error: phpunit command failed"
|
||||
errors+=("phpunit command failed")
|
||||
|
||||
@@ -93,7 +93,6 @@ extra_args="${@}"
|
||||
"${phpunit_to_use}" --version
|
||||
"${phpunit_to_use}" \
|
||||
--configuration "phpunit.xml" \
|
||||
--verbose \
|
||||
${extra_args}
|
||||
if [[ "${?}" -ne 0 ]]; then
|
||||
echo "Error: phpunit command failed"
|
||||
|
||||
Reference in New Issue
Block a user