From 385b83362f845f5758ce2933adf8edb6a59b8887 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Mon, 27 Apr 2020 21:16:53 +0900 Subject: [PATCH] Keep PHPUnit result out of project --- phpunit.xml.dist | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index be3643d8..90b66acd 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,7 +4,9 @@ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd" bootstrap="./tests/bootstrap.php" backupGlobals="true" - colors="true"> + colors="true" + cacheResultFile="/tmp/.phpspreadsheet.phpunit.result.cache" +>