Skip to content

Commit

Permalink
feat: split testing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Jun 4, 2023
1 parent e5f8e9d commit 364acab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions tests/src/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

namespace WayOfDev\Package\Tests;

use WayOfDev\Package\Tests\src\TestCase;

uses(TestCase::class)->in(__DIR__);
2 changes: 1 addition & 1 deletion tests/src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace WayOfDev\Package\Tests\src;
namespace WayOfDev\Package\Tests;

use Orchestra\Testbench\TestCase as Orchestra;
use WayOfDev\Package\Bridge\Laravel\Providers\PackageServiceProvider;
Expand Down

0 comments on commit 364acab

Please sign in to comment.