Mercurial > packages > auth
view stubs/default/pest-tests/Feature/ExampleTest.php @ 1:a2a3059de103
Updates to some styles and general automation of creation
| author | luka |
|---|---|
| date | Thu, 14 Aug 2025 21:09:25 -0400 |
| parents | 90e38de8f2ba |
| children |
line wrap: on
line source
<?php it('returns a successful response', function () { $response = $this->get('/'); $response->assertStatus(200); });
