Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
Removed deprecated phpunit parameter --verbose
  • Loading branch information
softcoder authored Feb 7, 2024
1 parent 13f9493 commit 5c1816d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
- name: Execute tests
run: |
cd php/
php vendor/bin/phpunit --coverage-text --verbose --debug
php vendor/bin/phpunit --coverage-text --debug

0 comments on commit 5c1816d

Please sign in to comment.