Skip to content

Commit acef5df

Browse files
committed
Change coding style for loading library
1 parent 4d9a8c7 commit acef5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/libraries/TwigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public static function setUpBeforeClass()
66
{
77
parent::setUpBeforeClass();
88
$CI =& get_instance();
9-
$CI->load->library('Twig');
9+
$CI->load->library('twig');
1010
$CI->load->helper('url_helper');
1111
$CI->load->helper('form_helper');
1212
}

0 commit comments

Comments
 (0)