laruence                                 Tue, 06 Sep 2011 08:11:37 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=316231

Log:
add skipif

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/filter/tests/005.phpt
    U   php/php-src/branches/PHP_5_4/ext/filter/tests/005.phpt
    U   php/php-src/trunk/ext/filter/tests/005.phpt

Modified: php/php-src/branches/PHP_5_3/ext/filter/tests/005.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/filter/tests/005.phpt      2011-09-06 
07:49:31 UTC (rev 316230)
+++ php/php-src/branches/PHP_5_3/ext/filter/tests/005.phpt      2011-09-06 
08:11:37 UTC (rev 316231)
@@ -1,5 +1,7 @@
 --TEST--
 GET/REQUEST Test with fifa example data
+--SKIPIF--
+<?php if (!extension_loaded("filter")) die("skip"); ?>
 --INI--
 filter.default=stripped
 --GET--

Modified: php/php-src/branches/PHP_5_4/ext/filter/tests/005.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/filter/tests/005.phpt      2011-09-06 
07:49:31 UTC (rev 316230)
+++ php/php-src/branches/PHP_5_4/ext/filter/tests/005.phpt      2011-09-06 
08:11:37 UTC (rev 316231)
@@ -1,5 +1,7 @@
 --TEST--
 GET/REQUEST Test with fifa example data
+--SKIPIF--
+<?php if (!extension_loaded("filter")) die("skip"); ?>
 --INI--
 filter.default=stripped
 --GET--

Modified: php/php-src/trunk/ext/filter/tests/005.phpt
===================================================================
--- php/php-src/trunk/ext/filter/tests/005.phpt 2011-09-06 07:49:31 UTC (rev 
316230)
+++ php/php-src/trunk/ext/filter/tests/005.phpt 2011-09-06 08:11:37 UTC (rev 
316231)
@@ -1,5 +1,7 @@
 --TEST--
 GET/REQUEST Test with fifa example data
+--SKIPIF--
+<?php if (!extension_loaded("filter")) die("skip"); ?>
 --INI--
 filter.default=stripped
 --GET--

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to