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/**