Skip to content

Commit

Permalink
These tests expect gc to be enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
rlerdorf committed Jan 10, 2017
1 parent 3c23d1b commit 47fcb75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Zend/tests/gc_035.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--TEST--
GC 035: Lost inner-cycles garbage
--INI--
zend.enable_gc = 1
--FILE--
<?php
class A {
Expand Down
2 changes: 2 additions & 0 deletions Zend/tests/generators/gc_with_yield_from.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--TEST--
Verify yield from on generators being properly cycle collected
--INI--
zend.enable_gc = 1
--FILE--
<?php

Expand Down

0 comments on commit 47fcb75

Please sign in to comment.