Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117882342
HorizonTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
414 B
Referenced Files
None
Subscribers
None
HorizonTest.php
View Options
<?php
namespace
Tests\Functional
;
use
Tests\TestCase
;
class
HorizonTest
extends
TestCase
{
public
function
testAdminAccess
()
{
$this
->
useAdminUrl
();
$response
=
$this
->
get
(
'horizon/dashboard'
);
$response
->
assertStatus
(
200
);
}
public
function
testRegularAccess
()
{
$response
=
$this
->
get
(
'horizon/dashboard'
);
$response
->
assertStatus
(
404
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Apr 6, 12:29 AM (6 d, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18831714
Default Alt Text
HorizonTest.php (414 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline