Skip to content

Commit 6b40d49

Browse files
authored
Add .phpunit.result.cache to the .gitignore
PHPUnit version 7.3 adds a new argument `--cache-result` which allows you to do awesome things like re-run test failures using a command like: `phpunit --cache-result --order-by=defects --stop-on-defect` The cache file is stored as `.phpunit.result.cache` I believe PHPUnit 8 will have caching on by default, so this file will start popping up in everyone's project quickly.
1 parent 3e43e6b commit 6b40d49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Homestead.yaml
1111
npm-debug.log
1212
yarn-error.log
1313
.env
14+
.phpunit.result.cache

0 commit comments

Comments
 (0)