From cacf0004a5bb24db6bd2de59f2d6d6fb405daedd Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 4 Mar 2022 17:57:44 +0100 Subject: [PATCH] =?UTF-8?q?:see=5Fno=5Fevil:=20N=C2=B03091=20Update=20PHPU?= =?UTF-8?q?nit=20to=208.5=20:=20add=20PHPunit=20cache=20file=20to=20ignore?= =?UTF-8?q?=20We=20don't=20want=20to=20disable=20the=20feature,=20nor=20we?= =?UTF-8?q?=20want=20this=20file=20to=20be=20versionned=20https://phpunit.?= =?UTF-8?q?readthedocs.io/en/8.5/configuration.html#the-cacheresult-attrib?= =?UTF-8?q?ute?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 92eb71a34..9bb9bc145 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,9 @@ test/vendor/* !/log/index.php !/log/web.config +# PHPUnit cache file +/test/.phpunit.result.cache + # Jetbrains /.idea/**