Skip to content

Commit 2e962e3

Browse files
committed
chore: display all issues on testing
1 parent 046fddf commit 2e962e3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)