Skip to content

Commit

Permalink
PHPUnit: ignore the PHPUnit cache file
Browse files Browse the repository at this point in the history
PHPUnit 8/9 introduced a cache file. This file should not be committed. To this end, I've added it to the `.gitignore` file.
  • Loading branch information
jrfnl committed Sep 12, 2024
1 parent e35bb9f commit 5be4a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ composer.lock
/tmp
.idea/
/bin/test
/.phpunit.result.cache

0 comments on commit 5be4a87

Please sign in to comment.