@@ -4,7 +4,7 @@ |
||
| 4 | 4 | final class BlogTest extends TestCase { |
| 5 | 5 | |
| 6 | 6 | public function testLoadBlog() { |
| 7 | - $ci =& get_instance(); |
|
| 7 | + $ci = & get_instance(); |
|
| 8 | 8 | $ci->load->splint("francis94c/blog", "+Blogger", null, "blogger"); |
| 9 | 9 | $ci->load->database(); |
| 10 | 10 | $ci->load->dbforge(); |