Files
2026-05-15 13:51:15 +02:00

8 lines
149 B
PHP

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