Skip to content

Commit 8aff7f1

Browse files
committed
Fix unit test warnings
Allow using more memory in unit tests
1 parent 468e8a9 commit 8aff7f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/unit/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
</testsuite>
2929
</testsuites>
3030
<php>
31+
<ini name="memory_limit" value="-1"/>
3132
<ini name="date.timezone" value="America/Los_Angeles"/>
3233
<ini name="xdebug.max_nesting_level" value="200"/>
3334
</php>

0 commit comments

Comments
 (0)