Passed
Push — master ( d547da...a192e7 )
by Babak
02:05
created
tests/CreatesApplication.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      */
17 17
     public function createApplication()
18 18
     {
19
-        $app = require __DIR__ . '/../../../../bootstrap/app.php';
19
+        $app = require __DIR__.'/../../../../bootstrap/app.php';
20 20
 //        $kernel = new Kernel();
21 21
 //        dd($kernel);
22 22
         $app->make(Kernel::class)->bootstrap();
Please login to merge, or discard this patch.