Skip to content

Commit

Permalink
PHPCS 4.x: .gitignore: ignore the PHPUnit cache file
Browse files Browse the repository at this point in the history
As PHPCS 4.x now supports PHPUnit 8 and 9, which automatically enables caching of the test results, a `.phpunit.result.cache` file will be created.

This file should not be committed, so adding it to the `.gitignore` file.
  • Loading branch information
jrfnl committed Mar 2, 2023
1 parent 485ff63 commit cd9fe13
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 @@ -4,3 +4,4 @@
.idea/*
/vendor/
composer.lock
/.phpunit.result.cache

0 comments on commit cd9fe13

Please sign in to comment.