Skip to content

Commit f6c261d

Browse files
authored
Merge pull request #59 from iMattPro/phpunit10
PHPUnit 10 updates
2 parents 1ad9836 + f2154f7 commit f6c261d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ jobs:
337337
phpBB/vendor/bin/phpunit \
338338
--configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \
339339
--bootstrap ./tests/bootstrap.php \
340+
--display-all-issues \
340341
"${args[@]}"
341342
working-directory: ./phpBB4
342343

@@ -494,6 +495,7 @@ jobs:
494495
phpBB/vendor/bin/phpunit \
495496
--configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \
496497
--bootstrap ./tests/bootstrap.php \
498+
--display-all-issues \
497499
"${args[@]}"
498500
working-directory: ./phpBB4
499501
# END PostgreSQL Job
@@ -642,6 +644,7 @@ jobs:
642644
phpBB/vendor/bin/phpunit \
643645
--configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \
644646
--bootstrap ./tests/bootstrap.php \
647+
--display-all-issues \
645648
"${args[@]}"
646649
working-directory: ./phpBB4
647650
# END Other Tests Job

0 commit comments

Comments
 (0)