Skip to content

Commit

Permalink
phpunit.xml.dist - disable gc
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Sep 29, 2015
1 parent 3d666f1 commit 9632300
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@
</exclude>
</whitelist>
</filter>

<php>
<ini name="zend.enable_gc" value="0"/>
</php>
</phpunit>

0 comments on commit 9632300

Please sign in to comment.