Page MenuHomePhorge

HorizonTest.php
No OneTemporary

Size
581 B
Referenced Files
None
Subscribers
None

HorizonTest.php

<?php
namespace Tests\Functional;
use Tests\TestCase;
class HorizonTest extends TestCase
{
public function testAdminAccess()
{
if (!file_exists('public/vendor/horizon/mix-manifest.json')) {
$this->markTestSkipped();
}
$this->useAdminUrl();
$response = $this->get('horizon/dashboard');
$response->assertStatus(200);
}
/*
public function testRegularAccess()
{
$this->useRegularUrl();
$response = $this->get('horizon/dashboard');
$response->assertStatus(200);
}
*/
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Jul 8, 8:04 PM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1051909
Default Alt Text
HorizonTest.php (581 B)

Event Timeline