Completed
Push — master ( 04acc1...595f19 )
by Jake
02:54
created
tests/AdminControllerTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         //      ->see('Waddup, y\'all');
47 47
         // $this->assertTrue(true);
48 48
         $this->call('GET', 'admin')->see('Waddup, y\'all');
49
-       // $this->assertFalse($request);
49
+        // $this->assertFalse($request);
50 50
     }
51 51
     
52 52
     public function test_redirects_to_login_if_user_is_not_authenticated ()
Please login to merge, or discard this patch.