Page MenuHomePhorge

HorizonTest.php
No OneTemporary

Authored By
Unknown
Size
414 B
Referenced Files
None
Subscribers
None

HorizonTest.php

<?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

Mime Type
text/x-php
Expires
Mon, Apr 6, 12:29 AM (1 w, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18831714
Default Alt Text
HorizonTest.php (414 B)

Event Timeline