summaryrefslogtreecommitdiff
path: root/ext/spl/tests/array_010.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-09-29 09:41:18 +0000
committerMarcus Boerger <helly@php.net>2004-09-29 09:41:18 +0000
commit7133858532b57a6f4352846ddc3d78297b76f5f9 (patch)
tree08ffacbc3d01c80f72c50a38223a64fa233d6343 /ext/spl/tests/array_010.phpt
parent1ac9923c63587297775775ecd959479a036269c8 (diff)
downloadphp-git-7133858532b57a6f4352846ddc3d78297b76f5f9.tar.gz
- Fix test by removing corrupt --SKIPIF--
Diffstat (limited to 'ext/spl/tests/array_010.phpt')
-rwxr-xr-xext/spl/tests/array_010.phpt4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/spl/tests/array_010.phpt b/ext/spl/tests/array_010.phpt
index 2c59b3be18..6b331e4b51 100755
--- a/ext/spl/tests/array_010.phpt
+++ b/ext/spl/tests/array_010.phpt
@@ -1,9 +1,5 @@
--TEST--
SPL: ArrayIterator implements ArrayAccess
---SKIPIF--
-<?php
- if (!class_exists('ArrayAccess')) die('skip ArrayAccess not present');
-?>
--FILE--
<?php