diff options
Diffstat (limited to 'ext/reflection/tests/ReflectionClass_getDocComment_001.phpt')
-rw-r--r-- | ext/reflection/tests/ReflectionClass_getDocComment_001.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/reflection/tests/ReflectionClass_getDocComment_001.phpt b/ext/reflection/tests/ReflectionClass_getDocComment_001.phpt index 31e0e8e58b..9171a8dd25 100644 --- a/ext/reflection/tests/ReflectionClass_getDocComment_001.phpt +++ b/ext/reflection/tests/ReflectionClass_getDocComment_001.phpt @@ -56,8 +56,6 @@ foreach ($classes as $class) { ?> --EXPECTF-- - - ---> Doc comment for class A: string(%d) "/** @@ -97,4 +95,4 @@ string(27) "/** ** Doc comment for G */" ---> Doc comment for class I: string(%d) "/** * Interface doc comment - */"
\ No newline at end of file + */" |