Passed
Push — master ( 58ce14...c13df0 )
by Francis
01:19
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(): void {
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();
Please login to merge, or discard this patch.