Keep PHPUnit result out of project

This commit is contained in:
Adrien Crivelli 2020-04-27 21:16:53 +09:00
parent b07cd2028d
commit 385b83362f
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 3 additions and 1 deletions

View File

@ -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"
>
<php>
<ini name="memory_limit" value="2048M"/>
</php>