Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2513282
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
838 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
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)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment