summaryrefslogtreecommitdiff
path: root/ext/spl/tests/dllist_007.phpt
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2008-05-24 14:12:00 +0000
committerSebastian Bergmann <sebastian@php.net>2008-05-24 14:12:00 +0000
commit28d77dff61c7aa9a1782fcfe6dd25f3d2d248870 (patch)
tree6ced1367773bd6792669ae4a6467fea1e13836c5 /ext/spl/tests/dllist_007.phpt
parentbdca5a12b02766ef09883036f9ba4fbebb787575 (diff)
downloadphp-git-28d77dff61c7aa9a1782fcfe6dd25f3d2d248870.tar.gz
MFB: Drop SKIPIF check for ext/spl.
Diffstat (limited to 'ext/spl/tests/dllist_007.phpt')
-rw-r--r--ext/spl/tests/dllist_007.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/dllist_007.phpt b/ext/spl/tests/dllist_007.phpt
index 46dc7ad47e..38f801fde7 100644
--- a/ext/spl/tests/dllist_007.phpt
+++ b/ext/spl/tests/dllist_007.phpt
@@ -1,7 +1,5 @@
--TEST--
SPL: DoublyLinkedList: Iterator
---SKIPIF--
-<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
$a = new SplDoublyLinkedList();