feat: test ci/cd
This commit is contained in:
parent
ca78d80001
commit
ff618b4b39
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
test('the application returns a successful response', function () {
|
test('the health endpoint returns a successful response', function () {
|
||||||
$response = $this->get('/');
|
$response = $this->get('/up');
|
||||||
|
|
||||||
$response->assertStatus(200);
|
$response->assertSuccessful();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue