summaryrefslogtreecommitdiff
path: root/Zend/tests/closures/closure_from_callable_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/closures/closure_from_callable_basic.phpt')
-rw-r--r--Zend/tests/closures/closure_from_callable_basic.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/tests/closures/closure_from_callable_basic.phpt b/Zend/tests/closures/closure_from_callable_basic.phpt
index 0aacaf2ff5..d4c6427ae8 100644
--- a/Zend/tests/closures/closure_from_callable_basic.phpt
+++ b/Zend/tests/closures/closure_from_callable_basic.phpt
@@ -96,7 +96,6 @@ echo $fn(" OK".PHP_EOL);
?>
-===DONE===
--EXPECT--
Access public static function OK
Access public static function with different case OK
@@ -118,4 +117,3 @@ Access public instance method of parent object through "self::" to parent method
Access proteced instance method of parent object through "self::" to parent method OK
MagicCall __call instance method __call,nonExistentMethod, OK
MagicCall __callStatic static method __callStatic,nonExistentMethod, OK
-===DONE===