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