summaryrefslogtreecommitdiff
path: root/Zend/tests/closure_050.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/closure_050.phpt')
-rw-r--r--Zend/tests/closure_050.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/tests/closure_050.phpt b/Zend/tests/closure_050.phpt
index d43f325ef1..1ab0c3fa58 100644
--- a/Zend/tests/closure_050.phpt
+++ b/Zend/tests/closure_050.phpt
@@ -1,6 +1,5 @@
--TEST--
Closure 050: static::class in non-static closure in non-static method.
-
--FILE--
<?php
@@ -17,6 +16,5 @@ class B extends A {}
$b = new B;
var_dump($b->foo());
-
--EXPECT--
string(1) "B"