Skip to content

Commit

Permalink
.github/workflows/test.yml: make phpunit display deprecation and warn…
Browse files Browse the repository at this point in the history
…ing messages
  • Loading branch information
zozlak committed Sep 26, 2024
1 parent db0fd67 commit 08afaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: test
run: |
mkdir -p build/logs
XDEBUG_MODE=coverage ./vendor/bin/phpunit
XDEBUG_MODE=coverage ./vendor/bin/phpunit --display-deprecations --display-phpunit-deprecations --display-notices --display-warnings
- name: coveralls
run: |
export COVERALLS_RUN_LOCALLY=1
Expand Down

0 comments on commit 08afaf2

Please sign in to comment.