Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2485191
UserSettingsTest.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
UserSettingsTest.php
View Options
<?php
namespace
Tests\Feature\Console
;
use
Tests\TestCase
;
class
UserSettingsTest
extends
TestCase
{
/**
* Test command runs
*/
public
function
testHandle
():
void
{
$code
=
\Artisan
::
call
(
"user-settings"
);
$output
=
trim
(
\Artisan
::
output
());
$this
->
assertSame
(
0
,
$code
);
// Test the output and extra arguments
$this
->
markTestIncomplete
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Nov 21, 7:10 AM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387407
Default Alt Text
UserSettingsTest.php (414 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment