Skip to content

Commit 1006543

Browse files
committed
.gitignore: add PHPUnit cache file
Since PHPUnit 8.x, PHPUnit generates a cache file. This file should not be committed.
1 parent c47fb74 commit 1006543

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
vendor
22
composer.lock
33
phpunit.xml
4+
.phpunit.result.cache

0 commit comments

Comments
 (0)