Skip to content

Commit

Permalink
testing expectf
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Nov 24, 2024
1 parent 5482d02 commit 01fab0d
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,12 @@ class test8
test8::test7();

$ret = $stack->pop();
/*
$phpunit->assertEquals(array('file' => __FILE__,
'line' => $testline,
'function' => '{closure}',
), $ret['context'], 'context');
*/
print_r($ret['context']);
?>
--EXPECTF--
Array
(
[file] => %s/test_instaticmethod_context_createfunction_staticPush.php
[line] => 4
[function] => {closure%s}
[function] => {closur%s}
)

0 comments on commit 01fab0d

Please sign in to comment.