Added skipif

This commit is contained in:
Xinchen Hui 2011-09-06 09:17:12 +00:00
parent 96ca3f1981
commit 30718d0f14
3 changed files with 6 additions and 0 deletions

View 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";

View 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";

View File

@ -1,5 +1,7 @@
--TEST--
Test ResourceBundle iterator
--SKIPIF--
<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
--FILE--
<?php
include "resourcebundle.inc";