]> granicus.if.org Git - php/commitdiff
Added skipif
authorXinchen Hui <laruence@php.net>
Tue, 6 Sep 2011 09:17:12 +0000 (09:17 +0000)
committerXinchen Hui <laruence@php.net>
Tue, 6 Sep 2011 09:17:12 +0000 (09:17 +0000)
ext/intl/tests/resourcebundle_arrayaccess.phpt
ext/intl/tests/resourcebundle_individual.phpt
ext/intl/tests/resourcebundle_iterator.phpt

index ef2c0a8b9882e7029e34110ea63f2dd4193d110a..d035a8d304072722b0b71b8a1c67414f7774f1f9 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Test ResourceBundle array access and count - existing/missing keys
+--SKIPIF--
+<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
 --FILE--
 <?php
        include "resourcebundle.inc";
index 182cbf325a881559f43aed4c6ba8cc148fa71d1a..dcbf1f5831ffa3d8e69dfa1da4c3bca217b1d037 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Test ResourceBundle::get() and length() - existing/missing keys
+--SKIPIF--
+<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
 --FILE--
 <?php
        include "resourcebundle.inc";
index 31b0768bfb69fdd515d0f29f461664fc14175a62..a10b9deb89b7a4f07e541435ba512fad2016c8c8 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Test ResourceBundle iterator
+--SKIPIF--
+<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
 --FILE--
 <?php
        include "resourcebundle.inc";