We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef391e6 commit d01bc31Copy full SHA for d01bc31
phpunit.xml.dist
@@ -18,6 +18,8 @@
18
<env name="MONGODB_DATABASE" value="unittest"/>
19
<env name="SQLITE_DATABASE" value=":memory:"/>
20
<env name="QUEUE_CONNECTION" value="database"/>
21
+
22
+ <ini name="memory_limit" value="-1"/>
23
</php>
24
25
<source restrictDeprecations="true"
0 commit comments