Page MenuHomePhorge

No OneTemporary

Size
838 B
Referenced Files
None
Subscribers
None
diff --git a/src/tests/Functional/HorizonTest.php b/src/tests/Functional/HorizonTest.php
index 97738e71..3fa696b9 100644
--- a/src/tests/Functional/HorizonTest.php
+++ b/src/tests/Functional/HorizonTest.php
@@ -1,28 +1,32 @@
<?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-diff
Expires
Sat, Apr 18, 10:16 AM (12 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
436216
Default Alt Text
(838 B)

Event Timeline