laruence Tue, 06 Sep 2011 09:17:12 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316233
Log:
Added skipif
Changed paths:
U
php/php-src/branches/PHP_5_3/ext/intl/tests/resourcebundle_arrayaccess.phpt
U
php/php-src/branches/PHP_5_3/ext/intl/tests/resourcebundle_individual.phpt
U php/php-src/branches/PHP_5_3/ext/intl/tests/resourcebundle_iterator.phpt
U
php/php-src/branches/PHP_5_4/ext/intl/tests/resourcebundle_arrayaccess.phpt
U
php/php-src/branches/PHP_5_4/ext/intl/tests/resourcebundle_individual.phpt
U php/php-src/branches/PHP_5_4/ext/intl/tests/resourcebundle_iterator.phpt
U php/php-src/trunk/ext/intl/tests/resourcebundle_arrayaccess.phpt
U php/php-src/trunk/ext/intl/tests/resourcebundle_individual.phpt
U php/php-src/trunk/ext/intl/tests/resourcebundle_iterator.phpt
Modified:
php/php-src/branches/PHP_5_3/ext/intl/tests/resourcebundle_arrayaccess.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/intl/tests/resourcebundle_arrayaccess.phpt
2011-09-06 09:12:36 UTC (rev 316232)
+++ php/php-src/branches/PHP_5_3/ext/intl/tests/resourcebundle_arrayaccess.phpt
2011-09-06 09:17:12 UTC (rev 316233)
@@ -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";
Modified:
php/php-src/branches/PHP_5_3/ext/intl/tests/resourcebundle_individual.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/intl/tests/resourcebundle_individual.phpt
2011-09-06 09:12:36 UTC (rev 316232)
+++ php/php-src/branches/PHP_5_3/ext/intl/tests/resourcebundle_individual.phpt
2011-09-06 09:17:12 UTC (rev 316233)
@@ -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";
Modified:
php/php-src/branches/PHP_5_3/ext/intl/tests/resourcebundle_iterator.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/intl/tests/resourcebundle_iterator.phpt
2011-09-06 09:12:36 UTC (rev 316232)
+++ php/php-src/branches/PHP_5_3/ext/intl/tests/resourcebundle_iterator.phpt
2011-09-06 09:17:12 UTC (rev 316233)
@@ -1,5 +1,7 @@
--TEST--
Test ResourceBundle iterator
+--SKIPIF--
+<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
--FILE--
<?php
include "resourcebundle.inc";
Modified:
php/php-src/branches/PHP_5_4/ext/intl/tests/resourcebundle_arrayaccess.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/intl/tests/resourcebundle_arrayaccess.phpt
2011-09-06 09:12:36 UTC (rev 316232)
+++ php/php-src/branches/PHP_5_4/ext/intl/tests/resourcebundle_arrayaccess.phpt
2011-09-06 09:17:12 UTC (rev 316233)
@@ -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";
Modified:
php/php-src/branches/PHP_5_4/ext/intl/tests/resourcebundle_individual.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/intl/tests/resourcebundle_individual.phpt
2011-09-06 09:12:36 UTC (rev 316232)
+++ php/php-src/branches/PHP_5_4/ext/intl/tests/resourcebundle_individual.phpt
2011-09-06 09:17:12 UTC (rev 316233)
@@ -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";
Modified:
php/php-src/branches/PHP_5_4/ext/intl/tests/resourcebundle_iterator.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/intl/tests/resourcebundle_iterator.phpt
2011-09-06 09:12:36 UTC (rev 316232)
+++ php/php-src/branches/PHP_5_4/ext/intl/tests/resourcebundle_iterator.phpt
2011-09-06 09:17:12 UTC (rev 316233)
@@ -1,5 +1,7 @@
--TEST--
Test ResourceBundle iterator
+--SKIPIF--
+<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
--FILE--
<?php
include "resourcebundle.inc";
Modified: php/php-src/trunk/ext/intl/tests/resourcebundle_arrayaccess.phpt
===================================================================
--- php/php-src/trunk/ext/intl/tests/resourcebundle_arrayaccess.phpt
2011-09-06 09:12:36 UTC (rev 316232)
+++ php/php-src/trunk/ext/intl/tests/resourcebundle_arrayaccess.phpt
2011-09-06 09:17:12 UTC (rev 316233)
@@ -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";
Modified: php/php-src/trunk/ext/intl/tests/resourcebundle_individual.phpt
===================================================================
--- php/php-src/trunk/ext/intl/tests/resourcebundle_individual.phpt
2011-09-06 09:12:36 UTC (rev 316232)
+++ php/php-src/trunk/ext/intl/tests/resourcebundle_individual.phpt
2011-09-06 09:17:12 UTC (rev 316233)
@@ -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";
Modified: php/php-src/trunk/ext/intl/tests/resourcebundle_iterator.phpt
===================================================================
--- php/php-src/trunk/ext/intl/tests/resourcebundle_iterator.phpt
2011-09-06 09:12:36 UTC (rev 316232)
+++ php/php-src/trunk/ext/intl/tests/resourcebundle_iterator.phpt
2011-09-06 09:17:12 UTC (rev 316233)
@@ -1,5 +1,7 @@
--TEST--
Test ResourceBundle iterator
+--SKIPIF--
+<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
--FILE--
<?php
include "resourcebundle.inc";
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php