Skip to content

Commit f8b0268

Browse files
committed
fix: Set memory limit in PHPUnit configuration for testing environment
1 parent 09fcc09 commit f8b0268

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
</include>
2020
</source>
2121
<php>
22+
<ini name="memory_limit" value="512M"/>
2223
<env name="APP_ENV" value="testing"/>
2324
<env name="APP_KEY" value="base64:2fl3UtcWC66FVXoS8qvwvEogzwk5qPqxZ1h5rJNqx8I="/>
2425
<env name="DB_CONNECTION" value="sqlite"/>

0 commit comments

Comments
 (0)