Skip to content

Commit 24df084

Browse files
committed
Move tests cache
1 parent cdae0e9 commit 24df084

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,5 @@ nb-configuration.xml
125125

126126
/results/
127127
/phpunit*.xml
128-
/.phpunit.*.cache
129128

130129
/.php-cs-fixer.php

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
stopOnFailure="false"
1313
stopOnIncomplete="false"
1414
stopOnSkipped="false"
15-
cacheDirectory=".phpunit.cache"
15+
cacheDirectory="build/.phpunit.cache"
1616
beStrictAboutCoverageMetadata="true">
1717
<coverage includeUncoveredFiles="true">
1818
<report>

0 commit comments

Comments
 (0)