diff options
Diffstat (limited to 'ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt')
-rw-r--r-- | ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt b/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt index 542ddf0141..c01f689cf4 100644 --- a/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt +++ b/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::getDocComment() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php /** @@ -112,4 +110,4 @@ string(%d) "/** My Doc Comment for B::protStatf string(%d) "/** * My Doc Comment for A::finalStatPubf - */"
\ No newline at end of file + */" |