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 10, 2024
1 parent d4712e3 commit 3e9eb7c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
namespace Hyde\Framework\Testing\Unit\Pages;

use Hyde\Hyde;
use Hyde\Facades\Filesystem;
use Hyde\Pages\BladePage;
use Hyde\Testing\UnitTestCase;
use Hyde\Pages\DocumentationPage;
use Hyde\Pages\MarkdownPage;
use Hyde\Pages\MarkdownPost;
use Hyde\Testing\TestCase;
use Mockery\ExpectationInterface;

/**
Expand Down Expand Up @@ -87,5 +85,4 @@ protected function shouldReceiveGlob(string $withPath): ExpectationInterface
{
return $this->filesystem->shouldReceive('glob')->once()->with(Hyde::path($withPath), GLOB_BRACE);
}

}

0 comments on commit 3e9eb7c

Please sign in to comment.