Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Aug 4, 2024
1 parent 8841068 commit f4b2810
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/framework/tests/Unit/Support/MediaFileUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace Hyde\Framework\Testing\Unit\Support;

use Mockery;
use Illuminate\View\View;
use Illuminate\View\Factory;
use Hyde\Support\Facades\Render;
use Hyde\Support\Models\RenderData;
Expand Down Expand Up @@ -440,7 +439,7 @@ public function testGetLinkWithBaseUrlAndPrettyUrls()
self::mockConfig([
'hyde.enable_cache_busting' => false,
'hyde.url' => 'https://example.com',
'hyde.pretty_urls' => true
'hyde.pretty_urls' => true,
]);
$file = MediaFile::make('foo.txt');
$this->assertSame('https://example.com/media/foo.txt', $file->getLink());
Expand Down

0 comments on commit f4b2810

Please sign in to comment.