Skip to content

Commit

Permalink
Merge pull request #1648 from hydephp/update-pest-configuration
Browse files Browse the repository at this point in the history
Internal: Update Pest configuration to use unit test case
  • Loading branch information
caendesilva authored Apr 8, 2024
2 parents 506ed41 + b4b775a commit 136c659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Hyde\Testing\TestCase;

uses(TestCase::class)->in('Feature');
uses(TestCase::class)->in(__DIR__.'/../packages/framework/tests/Unit');
uses(\Hyde\Testing\UnitTestCase::class)->in(__DIR__.'/../packages/framework/tests/Unit');

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 136c659

Please sign in to comment.