1
0
Fork 0

Bump phpunit memory limit

pull/357/head
Rob Lourens 2017-05-24 21:43:16 -07:00
parent 22481480e3
commit 05aa935908
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
</whitelist> </whitelist>
</filter> </filter>
<php> <php>
<ini name="memory_limit" value="256M"/> <ini name="memory_limit" value="1024M"/>
</php> </php>
</phpunit> </phpunit>