Skip to content

Commit 64d8afe

Browse files
committed
Updates for phpunit 10
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 7ad95fb commit 64d8afe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ jobs:
798798
$args = @(
799799
"--configuration", "phpBB/ext/$env:EXTNAME/.github/phpunit-psql-windows-github.xml",
800800
"--bootstrap", "./tests/bootstrap.php",
801-
"--verbose",
801+
"--display-all-issues",
802802
"--stop-on-error"
803803
)
804804

0 commit comments

Comments
 (0)