Commit 3cc0ab6
committed
4.0 | .gitignore: ignore the PHPUnit cache file
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.1 parent 6c85a69 commit 3cc0ab6
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
0 commit comments