We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6452e commit d149f53Copy full SHA for d149f53
2 files changed
.gitignore
@@ -4,5 +4,6 @@ backup
4
node_modules
5
phpunit.xml
6
resources/build
7
+tests/cache
8
tests/coverage
9
vendor
phpunit.xml.dist
@@ -9,8 +9,8 @@
beStrictAboutOutputDuringTests="true"
10
beStrictAboutTestsThatDoNotTestAnything="true"
11
bootstrap="vendor/autoload.php"
12
- cacheResult="false"
13
- cacheDirectory=""
+ cacheResult="true"
+ cacheDirectory="tests/cache"
14
colors="false"
15
columns="max"
16
controlGarbageCollector="true"
0 commit comments