We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04394c6 commit 8a76cb6Copy full SHA for 8a76cb6
phpunit.xml.dist
@@ -4,7 +4,7 @@
4
bootstrap="system/Test/bootstrap.php" backupGlobals="false"
5
beStrictAboutOutputDuringTests="true" colors="true" columns="max"
6
failOnRisky="true" failOnWarning="true"
7
- cacheDirectory=".phpunit.cache">
+ cacheDirectory="build/.phpunit.cache">
8
<coverage ignoreDeprecatedCodeUnits="true">
9
<report>
10
<clover outputFile="build/logs/clover.xml"/>
0 commit comments