We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c3fed commit 9b298eaCopy full SHA for 9b298ea
tests/libraries/TwigTest.php
@@ -35,7 +35,7 @@ public function testDisplay()
35
$this->assertEquals('Hello CodeIgniter!'."\n", $output);
36
}
37
38
- public function testAddGlobal()
+ public function testAddGlobal()
39
{
40
$obj = new Twig(['paths' => __DIR__ . '/../templates/']);
41
$obj->addGlobal('sitename', 'Twig Test Site');
0 commit comments