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