We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70c6c2 commit dbaf84fCopy full SHA for dbaf84f
1 file changed
phpunit.xml.dist
@@ -5,11 +5,13 @@
5
bootstrap="system/Test/bootstrap.php"
6
backupGlobals="false"
7
beStrictAboutOutputDuringTests="true"
8
+ cacheDirectory="build/.phpunit.cache"
9
colors="true"
10
columns="max"
11
+ displayDetailsOnAllIssues="true"
12
failOnRisky="true"
13
failOnWarning="true"
- cacheDirectory="build/.phpunit.cache">
14
+>
15
<coverage
16
pathCoverage="false"
17
ignoreDeprecatedCodeUnits="true"
0 commit comments