Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
fix: set memory_limit to 4G in PHPUnit configuration (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanakhandvsa authored Jan 5, 2024
1 parent 75aac02 commit 9954443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
>
<php>
<ini name="date.timezone" value="UTC"/>
<ini name="memory_limit" value="4G" />
</php>
<testsuites>
<testsuite name="OLCS Selfserve Application">
Expand Down

0 comments on commit 9954443

Please sign in to comment.