include FiveThree part into classname Mustache_Test_Functional_ClassWithLambda, supplement to 07e96b2a19
This commit is contained in:
@@ -42,12 +42,12 @@ EOS;
|
||||
|
||||
$tpl = $m->loadTemplate($src);
|
||||
|
||||
$data = new Mustache_Test_Functional_ClassWithLambda();
|
||||
$data = new Mustache_Test_FiveThree_Functional_ClassWithLambda();
|
||||
$this->assertEquals($expected, $tpl->render($data));
|
||||
}
|
||||
}
|
||||
|
||||
class Mustache_Test_Functional_ClassWithLambda
|
||||
class Mustache_Test_FiveThree_Functional_ClassWithLambda
|
||||
{
|
||||
public function _t()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user