mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-18 14:27:02 +00:00
Remove --debug option removed in PHPUnit 10
Error: + ../vendor/bin/phpunit --configuration phpunit.xml --debug --verbose PHPUnit 10.0.1 by Sebastian Bergmann and contributors. Unknown option "--debug"
This commit is contained in:
@@ -93,7 +93,6 @@ extra_args="${@}"
|
||||
"${phpunit_to_use}" --version
|
||||
"${phpunit_to_use}" \
|
||||
--configuration "phpunit.xml" \
|
||||
--debug \
|
||||
--verbose \
|
||||
${extra_args}
|
||||
if [[ "${?}" -ne 0 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user