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 Sep 8, 2024
1 parent 82d7f24 commit 9e81bff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/framework/tests/Feature/MarkdownFileParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Hyde\Framework\Testing\Feature;

use Illuminate\Support\Facades\File;
use Illuminate\Filesystem\Filesystem;
use Hyde\Framework\Actions\MarkdownFileParser;
use Hyde\Markdown\Models\FrontMatter;
Expand All @@ -27,7 +26,6 @@ public function testCanParseMarkdownFile()
{
$this->mockFilesystem(['get' => 'Foo bar']);


$document = MarkdownFileParser::parse('_posts/test-post.md');

$this->assertInstanceOf(MarkdownDocument::class, $document);
Expand Down

0 comments on commit 9e81bff

Please sign in to comment.