Skip to content

Commit 90a9a74

Browse files
committed
Display deprecation notices in PHPUnit output
1 parent 07fa587 commit 90a9a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,4 +704,4 @@ jobs:
704704
run: composer require phpunit/phpunit:~${{ matrix.phpunit-version }} --no-interaction --no-progress
705705

706706
- name: PHPUnit
707-
run: vendor/bin/phpunit
707+
run: vendor/bin/phpunit --display-deprecations

0 commit comments

Comments
 (0)