summaryrefslogtreecommitdiff
path: root/Zend/tests/closure_052.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/closure_052.phpt')
-rw-r--r--Zend/tests/closure_052.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/tests/closure_052.phpt b/Zend/tests/closure_052.phpt
index f878515a82..5550cc92dc 100644
--- a/Zend/tests/closure_052.phpt
+++ b/Zend/tests/closure_052.phpt
@@ -1,6 +1,5 @@
--TEST--
Closure 052: static::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) "B"