2025-03-26 10:01:46 +07:00

8 lines
109 B
PHP

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