Keep PHPUnit result out of project
This commit is contained in:
parent
b07cd2028d
commit
385b83362f
|
@ -4,7 +4,9 @@
|
||||||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
|
||||||
bootstrap="./tests/bootstrap.php"
|
bootstrap="./tests/bootstrap.php"
|
||||||
backupGlobals="true"
|
backupGlobals="true"
|
||||||
colors="true">
|
colors="true"
|
||||||
|
cacheResultFile="/tmp/.phpspreadsheet.phpunit.result.cache"
|
||||||
|
>
|
||||||
<php>
|
<php>
|
||||||
<ini name="memory_limit" value="2048M"/>
|
<ini name="memory_limit" value="2048M"/>
|
||||||
</php>
|
</php>
|
||||||
|
|
Loading…
Reference in New Issue