Passed
Push — master ( 75c590...4f8d50 )
by Francis
01:09
created
unit_tests/BlogTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
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
     $db['hostname'] = 'localhost';
10 10
     $db['username'] = 'root';
Please login to merge, or discard this patch.