diff --git a/tests/PEAR_ErrorStack/test_instaticmethod_context_createfunction_staticPush.phpt b/tests/PEAR_ErrorStack/test_instaticmethod_context_createfunction_staticPush.phpt index c67a7dc5d..b89385aad 100644 --- a/tests/PEAR_ErrorStack/test_instaticmethod_context_createfunction_staticPush.phpt +++ b/tests/PEAR_ErrorStack/test_instaticmethod_context_createfunction_staticPush.phpt @@ -23,12 +23,6 @@ class test8 test8::test7(); $ret = $stack->pop(); -/* -$phpunit->assertEquals(array('file' => __FILE__, - 'line' => $testline, - 'function' => '{closure}', -), $ret['context'], 'context'); - */ print_r($ret['context']); ?> --EXPECTF-- @@ -36,5 +30,5 @@ Array ( [file] => %s/test_instaticmethod_context_createfunction_staticPush.php [line] => 4 - [function] => {closure%s} + [function] => {closur%s} )