Files
kelas-taming/tests/Feature/ExampleTest.php
2026-05-11 11:56:20 +08:00

8 lines
147 B
PHP

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