Files
famous-ly4-ev/tests/Feature/ExampleTest.php
T
2026-08-04 21:40:49 +07:00

8 lines
147 B
PHP

<?php
test('the application returns a successful response', function () {
$response = $this->get('/');
$response->assertStatus(200);
});