]> granicus.if.org Git - php/commitdiff
- Missing skipif
authorMarcus Boerger <helly@php.net>
Sun, 19 Mar 2006 18:25:51 +0000 (18:25 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 19 Mar 2006 18:25:51 +0000 (18:25 +0000)
ext/reflection/tests/bug36337.phpt

index f4d78f99015ee3fc34ba9620866761cefefe8bc8..8ec928fc8915ad282748d607d605a3ef0fca75f0 100644 (file)
@@ -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