Browse Source

- Fix test by removing corrupt --SKIPIF--

PHP-5.1
Marcus Boerger 21 years ago
parent
commit
7133858532
  1. 4
      ext/spl/tests/array_010.phpt

4
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

Loading…
Cancel
Save