Files
libra/tests/Feature/ExampleTest.php
T
Naser Mansour ff83974f4a First commit
2025-12-20 20:26:03 +02:00

7 lines
140 B
PHP

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