]> granicus.if.org Git - php/commitdiff
Add skipif
authorHannes Magnusson <bjori@php.net>
Sat, 13 Oct 2007 11:36:59 +0000 (11:36 +0000)
committerHannes Magnusson <bjori@php.net>
Sat, 13 Oct 2007 11:36:59 +0000 (11:36 +0000)
Zend/tests/bug42819.phpt

index 812c26bfc9f5c9b696e54a389086c5b412edda6a..565a019fac08fc6616ab3519c18a02bbd601f782 100755 (executable)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #42819 (namespaces in indexes of constant arrays)
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
 --FILE--
 <?php
 namespace foo;