summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtienne Kneuss <colder@php.net>2008-05-25 12:13:41 +0000
committerEtienne Kneuss <colder@php.net>2008-05-25 12:13:41 +0000
commit2882dde048148f8fdd0cdc81b30351b12514b9ec (patch)
tree237121a448c98fa7d8268bf063675e0d676b36f4
parentbad8951dbc1e8a8dd2409b58760e06dc75c4e367 (diff)
downloadphp-git-2882dde048148f8fdd0cdc81b30351b12514b9ec.tar.gz
remove the skipif
-rw-r--r--ext/spl/tests/heap_009.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/heap_009.phpt b/ext/spl/tests/heap_009.phpt
index b6dad3d5a2..f660b24d89 100644
--- a/ext/spl/tests/heap_009.phpt
+++ b/ext/spl/tests/heap_009.phpt
@@ -3,8 +3,6 @@ SPL: SplHeap and friends, throw: An iterator cannot be used with foreach by refe
--CREDITS--
Thomas Koch <thomas@koch.ro>
#Hackday Webtuesday 2008-05-24
---SKIPIF--
-<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
function testForException( $heap )