summaryrefslogtreecommitdiff
path: root/Zend/tests/return_types/inheritance004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/return_types/inheritance004.phpt')
-rw-r--r--Zend/tests/return_types/inheritance004.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/tests/return_types/inheritance004.phpt b/Zend/tests/return_types/inheritance004.phpt
index 66d35564f7..1c8d685a63 100644
--- a/Zend/tests/return_types/inheritance004.phpt
+++ b/Zend/tests/return_types/inheritance004.phpt
@@ -1,6 +1,5 @@
--TEST--
Internal covariant return type of self
-
--FILE--
<?php
class Foo {
@@ -17,7 +16,6 @@ class Bar extends Foo {
var_dump(Bar::test());
var_dump(Foo::test());
-
--EXPECTF--
object(Bar)#%d (0) {
}