1
0
Files
Freezer-web-app/tests/Feature/ExampleTest.php
2025-03-30 12:56:06 +02:00

8 lines
147 B
PHP

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