summaryrefslogtreecommitdiff
path: root/Zend/tests/return_types/015.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/return_types/015.phpt')
-rw-r--r--Zend/tests/return_types/015.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/tests/return_types/015.phpt b/Zend/tests/return_types/015.phpt
index 1c2cd564ff..973956b6bc 100644
--- a/Zend/tests/return_types/015.phpt
+++ b/Zend/tests/return_types/015.phpt
@@ -1,6 +1,5 @@
--TEST--
Return types allowed in namespace
-
--FILE--
<?php
@@ -18,7 +17,6 @@ class Vector implements Collection {
$v = new Vector;
var_dump($v->values());
-
--EXPECTF--
object(Collections\Vector)#%d (%d) {
}