Files
imail/tests/Feature/ExampleTest.php
2025-09-28 14:15:18 +05:30

7 lines
130 B
PHP

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