Skip to content

Commit

Permalink
verbose option removed in phpunit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Nov 20, 2024
1 parent a0dabf3 commit 93cdb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
run: |
mkdir -p $BROWSERTEST_OUTPUT_DIRECTORY
cd ~/drupal/web
../vendor/bin/phpunit --display-skipped --verbose -c core modules/contrib/webform_civicrm
../vendor/bin/phpunit --display-skipped -c core modules/contrib/webform_civicrm
env:
SYMFONY_DEPRECATIONS_HELPER: 999999
SIMPLETEST_DB: mysql://root:@127.0.0.1:${{ job.services.mysql.ports[3306] }}/db
Expand Down

0 comments on commit 93cdb81

Please sign in to comment.