Increase tests memory limit

This commit is contained in:
Guilhem Niot 2022-06-11 09:54:36 +02:00
parent f33eee70fc
commit c1f4383fc0

View File

@ -31,4 +31,8 @@
</exclude>
</whitelist>
</filter>
<php>
<ini name="memory_limit" value="512M" />
</php>
</phpunit>