Skip to content
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.

Commit

Permalink
Enforce memory limit in phpunit.xml (felixfbecker#320)
Browse files Browse the repository at this point in the history
This will help highlight memory regressions, make it easier for newcomers to get started with the codebase w/o editing php.ini defaults (128M), and also keep things consistent between local and travis runs.
  • Loading branch information
mousetraps authored and felixfbecker committed Apr 2, 2017
1 parent 14a6d65 commit f50df5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@
<directory>./src</directory>
</whitelist>
</filter>
<php>
<ini name="memory_limit" value="256M"/>
</php>
</phpunit>

0 comments on commit f50df5c

Please sign in to comment.