Skip to content

Commit d149f53

Browse files
committed
Habilitado el caching de los resultados de las pruebas unitarias
1 parent ae6452e commit d149f53

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ backup
44
node_modules
55
phpunit.xml
66
resources/build
7+
tests/cache
78
tests/coverage
89
vendor

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
beStrictAboutOutputDuringTests="true"
1010
beStrictAboutTestsThatDoNotTestAnything="true"
1111
bootstrap="vendor/autoload.php"
12-
cacheResult="false"
13-
cacheDirectory=""
12+
cacheResult="true"
13+
cacheDirectory="tests/cache"
1414
colors="false"
1515
columns="max"
1616
controlGarbageCollector="true"

0 commit comments

Comments
 (0)