Skip to content

Commit 5be4a87

Browse files
committed
PHPUnit: ignore the PHPUnit cache file
PHPUnit 8/9 introduced a cache file. This file should not be committed. To this end, I've added it to the `.gitignore` file.
1 parent e35bb9f commit 5be4a87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ composer.lock
66
/tmp
77
.idea/
88
/bin/test
9+
/.phpunit.result.cache

0 commit comments

Comments
 (0)