Skip to content

Commit

Permalink
Simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 10, 2024
1 parent 6c223ee commit 37d680b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/framework/tests/Unit/Facades/AuthorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ protected function setUp(): void
{
parent::setUp();

static $config = null;

if ($config === null) {
$config = require_once Hyde::path('config/hyde.php');
}
$config = require_once Hyde::path('config/hyde.php');

self::mockConfig(['hyde' => $config]);
}
Expand Down

0 comments on commit 37d680b

Please sign in to comment.