Browse Source

Fix tests

Daniel Supernault 6 năm trước cách đây
mục cha
commit
6d0a908329
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  1. 0 7
      tests/Feature/InstalledTest.php

+ 0 - 7
tests/Feature/InstalledTest.php

@@ -8,13 +8,6 @@ use Illuminate\Foundation\Testing\WithoutMiddleware;
 
 class InstalledTest extends TestCase
 {
-    /** @test */
-    public function landing_page()
-    {
-        $response = $this->get('/');
-        $response->assertStatus(200);
-    }
-
     /** @test */
     public function nodeinfo_api()
     {