@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use MeestorHok\Blue\Http\Controllers\AdminController; |
|
4 | 3 | //use Illuminate\Contracts\View\Factory; |
5 | 4 | use Illuminate\Http\Request; |
6 | 5 | use Illuminate\Routing\RouteCollection; |
@@ -20,7 +20,7 @@ |
||
20 | 20 | /** |
21 | 21 | * Creates the application. |
22 | 22 | * |
23 | - * @return \Illuminate\Foundation\Application |
|
23 | + * @return string |
|
24 | 24 | */ |
25 | 25 | public function createApplication() |
26 | 26 | { |
@@ -46,7 +46,7 @@ |
||
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 () |