summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt')
-rw-r--r--ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt49
1 files changed, 0 insertions, 49 deletions
diff --git a/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt b/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt
index 304476f17a..a82c2293b2 100644
--- a/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt
+++ b/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt
@@ -63,55 +63,6 @@ foreach (array('A', 'B') as $class) {
?>
--EXPECTF--
-
----> Doc comment for A::f():
-string(%d) "/**
- * My Doc Comment for A::f
- */"
-
-
----> Doc comment for A::privf():
-string(%d) "/**
- * My Doc Comment for A::privf
- */"
-
-
----> Doc comment for A::protStatf():
-string(%d) "/** My Doc Comment for A::protStatf */"
-
-
----> Doc comment for A::finalStatPubf():
-string(%d) "/**
-
- * My Doc Comment for A::finalStatPubf
- */"
-
-
----> Doc comment for B::f():
-bool(false)
-
-
----> Doc comment for B::privf():
-string(%d) "/** *
- * My Doc Comment for B::privf
- */"
-
-
----> Doc comment for B::protStatf():
-string(%d) "/** My Doc Comment for B::protStatf
-
-
-
-
- */"
-
-
----> Doc comment for B::finalStatPubf():
-string(%d) "/**
-
- * My Doc Comment for A::finalStatPubf
- */"
---UEXPECTF--
---> Doc comment for A::f():
unicode(%s) "/**
* My Doc Comment for A::f