Skip to content

Commit 8a76cb6

Browse files
committed
chore: move PHPUnit cache to build/
1 parent 04394c6 commit 8a76cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
bootstrap="system/Test/bootstrap.php" backupGlobals="false"
55
beStrictAboutOutputDuringTests="true" colors="true" columns="max"
66
failOnRisky="true" failOnWarning="true"
7-
cacheDirectory=".phpunit.cache">
7+
cacheDirectory="build/.phpunit.cache">
88
<coverage ignoreDeprecatedCodeUnits="true">
99
<report>
1010
<clover outputFile="build/logs/clover.xml"/>

0 commit comments

Comments
 (0)