Files
daragt-kalbasa/tests/Feature/ExampleTest.php
Mekan1206 e57fdfc2ad start
2026-06-04 21:08:29 +05:00

8 lines
147 B
PHP

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