presseportale/tests/Feature/ExampleTest.php
Kevin Adametz 5b8bdf4182
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
12-05-2026 Frontend dev
2026-05-12 18:32:33 +02:00

5 lines
112 B
PHP

<?php
test('application health endpoint responds', function () {
$this->get('/up')->assertStatus(200);
});