diff options
Diffstat (limited to 'ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt')
-rw-r--r-- | ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt b/ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt index 041d17ef32..b3e4d9e30f 100644 --- a/ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt +++ b/ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::getDocComment() errors ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class C { function f() {} } |