Skip to content

Commit b72b9b0

Browse files
committed
Added memory_limit=-1 in phpunit XML configurations
1 parent bc29149 commit b72b9b0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

phpunit-yaml-oss-tests.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<php>
1313
<!-- Disable E_USER_DEPRECATED setting E_ALL & ~E_USER_DEPRECATED-->
1414
<ini name="error_reporting" value="16383"/>
15+
<ini name="memory_limit" value="-1" />
1516
</php>
1617
<testsuites>
1718
<testsuite name="Yaml tests">

phpunit-yaml-xpack-tests.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<php>
1313
<!-- Disable E_USER_DEPRECATED setting E_ALL & ~E_USER_DEPRECATED-->
1414
<ini name="error_reporting" value="16383"/>
15+
<ini name="memory_limit" value="-1" />
1516
</php>
1617
<testsuites>
1718
<testsuite name="Yaml tests">

0 commit comments

Comments
 (0)