Completed
Push — master ( 04acc1...595f19 )
by Jake
02:54
created
tests/AdminControllerTest.php 3 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this 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.