Skip to content

Commit

Permalink
Enable PHP GC in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jan 25, 2016
1 parent 3e686ef commit 80c5f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -30,7 +30,7 @@
<server name="KERNEL_DIR" value="./Tests/Fixtures/App" />
<ini name="error_reporting" value="-1" />
<ini name="memory_limit" value="-1" />
<ini name="zend.enable_gc" value="0" />
<ini name="zend.enable_gc" value="1" />
</php>

<filter>
Expand Down

0 comments on commit 80c5f02

Please sign in to comment.