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