mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Fix test for PHP 5.3
This commit is contained in:
parent
a4883d75e5
commit
0340915b76
@ -146,7 +146,7 @@ class FenomTest extends \Fenom\TestCase
|
||||
$test->assertSame(array(
|
||||
"name" => "foo"
|
||||
), $args);
|
||||
$this->assertSame(' this block1 ', $content);
|
||||
$test->assertSame(' this block1 ', $content);
|
||||
return "Block2:" . $args["name"] . ':' . trim($content) . ':Block';
|
||||
});
|
||||
$this->tpl('custom.tpl', 'Custom function {myfunc name="foo"}');
|
||||
|
Loading…
Reference in New Issue
Block a user