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 4d9a8c7 commit acef5dfCopy full SHA for acef5df
tests/libraries/TwigTest.php
@@ -6,7 +6,7 @@ public static function setUpBeforeClass()
6
{
7
parent::setUpBeforeClass();
8
$CI =& get_instance();
9
- $CI->load->library('Twig');
+ $CI->load->library('twig');
10
$CI->load->helper('url_helper');
11
$CI->load->helper('form_helper');
12
}
0 commit comments