mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 11:27:00 +00:00
fixed typo
This commit is contained in:
@@ -64,9 +64,9 @@ class Twig_Tests_EnvironmentTest extends PHPUnit_Framework_TestCase
|
||||
$this->assertEquals('foo\x3Cbr\x2F\x20\x3E foo\x3Cbr\x2F\x20\x3E', $twig->render('js', array('bar' => 'foo<br/ >')));
|
||||
}
|
||||
|
||||
public function escapingStrategyCallback($filename)
|
||||
public function escapingStrategyCallback($name)
|
||||
{
|
||||
return $filename;
|
||||
return $name;
|
||||
}
|
||||
|
||||
public function testGlobals()
|
||||
|
||||
Reference in New Issue
Block a user