From 92bacf134923a7b9da951c89831c6407b9bd939c Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Mon, 24 May 2021 11:57:45 +1000 Subject: [PATCH] Update PHPUnit for PHPUnit8 config to ensure we don't cache test results --- phpunit.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index f8e8ff22..807fe4fd 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -8,6 +8,7 @@ stopOnFailure="false" beStrictAboutTestsThatDoNotTestAnything="false" bootstrap="tests/phpunit/bootstrap.php" + cacheResult="false" >