Completed
Push — master ( d23a6e...ee421f )
by Jake
02:52
created
tests/AdminControllerTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
         m::close();
22 22
     }
23 23
     
24
-    public function testItReturnsTheDashboardIfUserIsAuthenticated ()
24
+    public function testItReturnsTheDashboardIfUserIsAuthenticated()
25 25
     {
26 26
         // $user = factory(App\User::class)->create();
27 27
         
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
        // $this->assertFalse($request);
34 34
     }
35 35
     
36
-    public function testItRedirectsToLoginIfUserIsNotAuthenticated ()
36
+    public function testItRedirectsToLoginIfUserIsNotAuthenticated()
37 37
     {
38 38
         //$request = $this->urlGenerator->to('admin')->assertRedirectedTo('login');
39 39
         $this->assertTrue(true);
Please login to merge, or discard this patch.