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 Jul 15, 2022
1 parent 34452c1 commit 3882d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace Hyde\Testing;

use Hyde\Framework\Hyde;
use Hyde\Framework\Models\Route;
use Hyde\Framework\Models\Pages\MarkdownPage;
use Hyde\Framework\Models\Route;
use LaravelZero\Framework\Testing\TestCase as BaseTestCase;

abstract class TestCase extends BaseTestCase
Expand Down Expand Up @@ -59,7 +59,7 @@ protected function tearDown(): void
{
parent::tearDown();
}

protected function mockRoute()
{
view()->share('currentRoute', (new Route(new MarkdownPage())));
Expand Down

0 comments on commit 3882d53

Please sign in to comment.