Skip to content

Commit dbaf84f

Browse files
authored
chore: display all issues on testing (#9952)
1 parent b70c6c2 commit dbaf84f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
bootstrap="system/Test/bootstrap.php"
66
backupGlobals="false"
77
beStrictAboutOutputDuringTests="true"
8+
cacheDirectory="build/.phpunit.cache"
89
colors="true"
910
columns="max"
11+
displayDetailsOnAllIssues="true"
1012
failOnRisky="true"
1113
failOnWarning="true"
12-
cacheDirectory="build/.phpunit.cache">
14+
>
1315
<coverage
1416
pathCoverage="false"
1517
ignoreDeprecatedCodeUnits="true"

0 commit comments

Comments
 (0)