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:
Zach Borboa
2023-02-03 17:04:12 -08:00
parent 9954caab60
commit 08850b1a90
-1
View File
@@ -93,7 +93,6 @@ extra_args="${@}"
"${phpunit_to_use}" --version
"${phpunit_to_use}" \
--configuration "phpunit.xml" \
--debug \
--verbose \
${extra_args}
if [[ "${?}" -ne 0 ]]; then