From 559f1e1bc621dba03ece38703c2481fb6a8da9c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 27 Feb 2024 17:38:13 +0100 Subject: [PATCH] Fix: Disable result cache --- tests/phpunit.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit.xml b/tests/phpunit.xml index c63d086..27ab004 100755 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -5,6 +5,7 @@ backupGlobals="false" backupStaticAttributes="false" bootstrap="../vendor/autoload.php" + cacheResult="false" colors="true" verbose="true" >