We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8841068 commit f4b2810Copy full SHA for f4b2810
packages/framework/tests/Unit/Support/MediaFileUnitTest.php
@@ -5,7 +5,6 @@
5
namespace Hyde\Framework\Testing\Unit\Support;
6
7
use Mockery;
8
-use Illuminate\View\View;
9
use Illuminate\View\Factory;
10
use Hyde\Support\Facades\Render;
11
use Hyde\Support\Models\RenderData;
@@ -440,7 +439,7 @@ public function testGetLinkWithBaseUrlAndPrettyUrls()
440
439
self::mockConfig([
441
'hyde.enable_cache_busting' => false,
442
'hyde.url' => 'https://example.com',
443
- 'hyde.pretty_urls' => true
+ 'hyde.pretty_urls' => true,
444
]);
445
$file = MediaFile::make('foo.txt');
446
$this->assertSame('https://example.com/media/foo.txt', $file->getLink());
0 commit comments