Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120837167
HealthTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
631 B
Referenced Files
None
Subscribers
None
HealthTest.php
View Options
<?php
namespace
Tests\Feature\Controller
;
use
Tests\TestCase
;
/**
* @group files
*/
class
HealthTest
extends
TestCase
{
/**
* {@inheritDoc}
*/
public
function
setUp
():
void
{
parent
::
setUp
();
}
/**
* {@inheritDoc}
*/
public
function
tearDown
():
void
{
parent
::
tearDown
();
}
/**
* Test webhook
*/
public
function
testHealthProbes
():
void
{
$response
=
$this
->
get
(
"api/health/readiness"
);
$response
->
assertStatus
(
200
);
$response
=
$this
->
get
(
"api/health/liveness"
);
$response
->
assertStatus
(
200
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 1:41 PM (2 d, 16 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18849239
Default Alt Text
HealthTest.php (631 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline