Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2485109
HealthTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
414 B
Referenced Files
None
Subscribers
None
HealthTest.php
View Options
<?php
namespace
Tests\Feature\Console\Status
;
use
Tests\TestCase
;
class
HealthTest
extends
TestCase
{
/**
* Test the command
*
* @group ldap
* @group imap
* @group meet
* @group mollie
*/
public
function
testHandle
():
void
{
$code
=
\Artisan
::
call
(
"status:health"
);
$output
=
trim
(
\Artisan
::
output
());
$this
->
assertSame
(
0
,
$code
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Nov 21, 1:03 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387337
Default Alt Text
HealthTest.php (414 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment