summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug30146.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug30146.phpt')
-rwxr-xr-xext/reflection/tests/bug30146.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug30146.phpt b/ext/reflection/tests/bug30146.phpt
index 72c6d2e5f..d7dd2fc21 100755
--- a/ext/reflection/tests/bug30146.phpt
+++ b/ext/reflection/tests/bug30146.phpt
@@ -1,5 +1,7 @@
--TEST--
-Bug #30146 (ReflectionProperty->getValue() requires instance for static property)
+Reflection Bug #30146 (ReflectionProperty->getValue() requires instance for static property)
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
--FILE--
<?php
class test {