@@ -21,7 +21,7 @@ discard block |
||
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 |
||
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); |