summaryrefslogtreecommitdiff
path: root/tests/classes/type_hinting_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/type_hinting_001.phpt')
-rw-r--r--tests/classes/type_hinting_001.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/classes/type_hinting_001.phpt b/tests/classes/type_hinting_001.phpt
index 318dcbe086..35356581f4 100644
--- a/tests/classes/type_hinting_001.phpt
+++ b/tests/classes/type_hinting_001.phpt
@@ -32,7 +32,6 @@ $a->b($b);
?>
--EXPECTF--
-
Fatal error: Uncaught TypeError: Argument 1 passed to FooBar::a() must implement interface Foo, instance of Blort given, called in %s on line 27 and defined in %s:12
Stack trace:
#0 %s(%d): FooBar->a(Object(Blort))