summaryrefslogtreecommitdiff
path: root/ext/spl/tests
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-09-29 20:10:12 +0000
committerMarcus Boerger <helly@php.net>2004-09-29 20:10:12 +0000
commit35e78f43a12be5adac77c6ce7d2395be3f2ef5ae (patch)
tree17128a3f896dfcfcbb3401edd7f24bd950fbf569 /ext/spl/tests
parentd748f8ecf2d2d904591cf8754bffe24f720bd1a2 (diff)
downloadphp-git-35e78f43a12be5adac77c6ce7d2395be3f2ef5ae.tar.gz
- Add missing --SKIPIF--
Diffstat (limited to 'ext/spl/tests')
-rwxr-xr-xext/spl/tests/array_009.phpt2
-rwxr-xr-xext/spl/tests/array_010.phpt2
-rwxr-xr-xext/spl/tests/bug28822.phpt2
-rwxr-xr-xext/spl/tests/iterator_002.phpt2
4 files changed, 8 insertions, 0 deletions
diff --git a/ext/spl/tests/array_009.phpt b/ext/spl/tests/array_009.phpt
index f9c5fe1c73..5499caad69 100755
--- a/ext/spl/tests/array_009.phpt
+++ b/ext/spl/tests/array_009.phpt
@@ -1,5 +1,7 @@
--TEST--
SPL: ArrayIterator implementing RecursiveIterator
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
diff --git a/ext/spl/tests/array_010.phpt b/ext/spl/tests/array_010.phpt
index 6b331e4b51..dae6b93d6d 100755
--- a/ext/spl/tests/array_010.phpt
+++ b/ext/spl/tests/array_010.phpt
@@ -1,5 +1,7 @@
--TEST--
SPL: ArrayIterator implements ArrayAccess
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
diff --git a/ext/spl/tests/bug28822.phpt b/ext/spl/tests/bug28822.phpt
index c3da4607f5..28c22c5ed2 100755
--- a/ext/spl/tests/bug28822.phpt
+++ b/ext/spl/tests/bug28822.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #28822: ArrayObject::offsetExists() works inverted
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
diff --git a/ext/spl/tests/iterator_002.phpt b/ext/spl/tests/iterator_002.phpt
index 25a9ce218d..b481a0e00f 100755
--- a/ext/spl/tests/iterator_002.phpt
+++ b/ext/spl/tests/iterator_002.phpt
@@ -1,5 +1,7 @@
--TEST--
SPL: Iterator using getInnerIterator
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php