share-lt/tests/Feature/ExampleTest.php
2026-01-01 16:49:06 +00:00

7 lines
No EOL
130 B
PHP

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