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 fc303da commit 3b1ed37Copy full SHA for 3b1ed37
admin/framework/phpunit.xml.dist
@@ -9,7 +9,7 @@
9
stopOnIncomplete="false"
10
stopOnSkipped="false"
11
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
12
- cacheDirectory=".phpunit.cache">
+ cacheDirectory="build/.phpunit.cache">
13
<coverage includeUncoveredFiles="true">
14
<report>
15
<clover outputFile="build/logs/clover.xml"/>
admin/starter/phpunit.xml.dist
0 commit comments