Files
einundzwanzig-app/tests/Feature/ExampleTest.php
2025-11-21 04:28:08 +01:00

7 lines
130 B
PHP

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