aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml
index db40928..2031367 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -7,6 +7,10 @@
beStrictAboutOutputDuringTests="true"
failOnRisky="true"
failOnWarning="true">
+ <php>
+ <ini name="memory_limit" value="1G"/>
+ </php>
+
<testsuites>
<testsuite name="default">
<directory>tests</directory>