summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug29523.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug29523.phpt')
-rwxr-xr-xext/reflection/tests/bug29523.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug29523.phpt b/ext/reflection/tests/bug29523.phpt
index 4eb357cc2..e952d0ffe 100755
--- a/ext/reflection/tests/bug29523.phpt
+++ b/ext/reflection/tests/bug29523.phpt
@@ -1,5 +1,7 @@
--TEST--
-Bug #29523 (ReflectionParameter::isOptional() is incorrect)
+Reflection Bug #29523 (ReflectionParameter::isOptional() is incorrect)
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
--FILE--
<?php