1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

Added skipif

This commit is contained in:
Xinchen Hui
2011-09-06 09:17:12 +00:00
parent 241c5f0258
commit b1eaad7d1f
3 changed files with 6 additions and 0 deletions
@@ -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";
@@ -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";
@@ -1,5 +1,7 @@
--TEST--
Test ResourceBundle iterator
--SKIPIF--
<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
--FILE--
<?php
include "resourcebundle.inc";