PHP 8.3.30
Preview: ExampleTest.php Size: 359 B
/home/getspomw/royalsquad.us/tests/Feature/ExampleTest.php

<?php

namespace Tests\Feature;

// use Illuminate\Foundation\Testing\RefreshDatabase;
use Tests\TestCase;

class ExampleTest extends TestCase
{
    /**
     * A basic test example.
     */
    public function test_the_application_returns_a_successful_response(): void
    {
        $response = $this->get('/');

        $response->assertStatus(200);
    }
}

Directory Contents

Dirs: 0 × Files: 1

Name Size Perms Modified Actions
359 B lrw-rw-rw- 2025-09-17 06:52:53
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).