helly           Sun Mar 19 18:25:51 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/reflection/tests       bug36337.phpt 
  Log:
  - Missing skipif
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/reflection/tests/bug36337.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/reflection/tests/bug36337.phpt
diff -u php-src/ext/reflection/tests/bug36337.phpt:1.1.2.1 
php-src/ext/reflection/tests/bug36337.phpt:1.1.2.2
--- php-src/ext/reflection/tests/bug36337.phpt:1.1.2.1  Tue Feb 14 09:46:16 2006
+++ php-src/ext/reflection/tests/bug36337.phpt  Sun Mar 19 18:25:51 2006
@@ -1,5 +1,7 @@
 --TEST--
-Bug #36337 (ReflectionProperty fails to return correct visibility)
+Reflection Bug #36337 (ReflectionProperty fails to return correct visibility)
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
 --FILE--
 <?php
 

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

Reply via email to