summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug36308.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug36308.phpt')
-rwxr-xr-xext/reflection/tests/bug36308.phpt4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/reflection/tests/bug36308.phpt b/ext/reflection/tests/bug36308.phpt
index 52717b474a..79aa5f8fa1 100755
--- a/ext/reflection/tests/bug36308.phpt
+++ b/ext/reflection/tests/bug36308.phpt
@@ -1,7 +1,5 @@
--TEST--
Reflection Bug #36308 (ReflectionProperty::getDocComment() does not reflect extended class commentary)
---SKIPIF--
-<?php extension_loaded('reflection') or die('skip'); ?>
--FILE--
<?php
class Base {
@@ -19,4 +17,4 @@ $props = $reflect->getProperties();
echo $props[0]->getDocComment();
?>
--EXPECT--
-/** Extended commentary */ \ No newline at end of file
+/** Extended commentary */