From b6351e68ee8c0a562aaf9083726488f51cfb8f6a Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sun, 27 Jul 2025 10:36:42 +0200 Subject: [PATCH 1/2] Ignore PHPUnit cache-file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 47f19ba656..054f1dc571 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /tests/PHPStan/Reflection/data/golden/ tmp/.memory_limit e2e/bashunit +.phpunit.cache/test-results From 8dee4352edb15fd91f8f36be629776b47429552b Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sun, 27 Jul 2025 13:26:12 +0200 Subject: [PATCH 2/2] move phpunit cache into tmp/ --- .gitignore | 1 - phpunit.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 054f1dc571..47f19ba656 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,3 @@ /tests/PHPStan/Reflection/data/golden/ tmp/.memory_limit e2e/bashunit -.phpunit.cache/test-results diff --git a/phpunit.xml b/phpunit.xml index 06a8c8389c..062728282f 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,5 +1,5 @@ - + tests/PHPStan