🙈 N°3091 Update PHPUnit to 8.5 : add PHPunit cache file to ignore

We don't want to disable the feature, nor we want this file to be versionned
https://phpunit.readthedocs.io/en/8.5/configuration.html#the-cacheresult-attribute
This commit is contained in:
Pierre Goiffon
2022-03-04 17:57:44 +01:00
parent cb39541e2a
commit cacf0004a5

3
.gitignore vendored
View File

@@ -37,6 +37,9 @@ test/vendor/*
!/log/index.php
!/log/web.config
# PHPUnit cache file
/test/.phpunit.result.cache
# Jetbrains
/.idea/**