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 cdae0e9 commit 24df084Copy full SHA for 24df084
.gitignore
@@ -125,6 +125,5 @@ nb-configuration.xml
125
126
/results/
127
/phpunit*.xml
128
-/.phpunit.*.cache
129
130
/.php-cs-fixer.php
phpunit.xml.dist
@@ -12,7 +12,7 @@
12
stopOnFailure="false"
13
stopOnIncomplete="false"
14
stopOnSkipped="false"
15
- cacheDirectory=".phpunit.cache"
+ cacheDirectory="build/.phpunit.cache"
16
beStrictAboutCoverageMetadata="true">
17
<coverage includeUncoveredFiles="true">
18
<report>
0 commit comments