diff options
author | Sebastian Bergmann <sebastian@php.net> | 2008-05-24 14:10:44 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2008-05-24 14:10:44 +0000 |
commit | 3a4eb3e4a6d9212f2510d6dccb0b54730198967e (patch) | |
tree | 3f8026927968c575559b44d2100c0096cd82f666 /ext/spl/tests/array_015.phpt | |
parent | 30a8d14fbcc53523e47dec49ece8677321137cd4 (diff) | |
download | php-git-3a4eb3e4a6d9212f2510d6dccb0b54730198967e.tar.gz |
Drop SKIPIF check for ext/spl.
Diffstat (limited to 'ext/spl/tests/array_015.phpt')
-rwxr-xr-x | ext/spl/tests/array_015.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/array_015.phpt b/ext/spl/tests/array_015.phpt index a21bab5344..f0bf9f4087 100755 --- a/ext/spl/tests/array_015.phpt +++ b/ext/spl/tests/array_015.phpt @@ -1,7 +1,5 @@ --TEST-- SPL: ArrayIterator::next() with internal arrays ---SKIPIF-- -<?php if (!extension_loaded("spl")) print "skip"; ?> --FILE-- <?php |