Files
cachet-docker/tests/Feature/ExampleTest.php
2024-01-19 20:03:17 +00:00

8 lines
129 B
PHP

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