Skip to content

Commit 11a5c8c

Browse files
committed
PHPUnit -> afficher toutes les issues
1 parent c3c8494 commit 11a5c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
# Adaptation à l'environnement actuel
5454
php '__tests/_bootstrap.php'
5555
- name: Test de l'application - phpunit v11
56-
run: phpunit --colors --display-warnings --display-errors __tests/
56+
run: phpunit --display-all-issues --colors --display-warnings --display-errors __tests/

0 commit comments

Comments
 (0)