Files
2025-10-08 20:26:57 -03:00

8 líneas
147 B
PHP

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