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