Commit 3d6c1ef
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 aa9bd2b commit 3d6c1ef
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