Skip to content

Commit

Permalink
feat(Testing): Move MockModels to Testing/Concerns namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pionl committed Jul 24, 2023
1 parent 096d6ea commit ab64cfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace LaraStrict\Testing\PHPUnit\Traits;
namespace LaraStrict\Testing\Concerns;

use Illuminate\Database\ConnectionResolverInterface;
use Illuminate\Database\Eloquent\Model;
Expand Down
2 changes: 1 addition & 1 deletion src/Testing/PHPUnit/ModelResourceTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace LaraStrict\Testing\PHPUnit;

use LaraStrict\Testing\PHPUnit\Traits\MockModels;
use LaraStrict\Testing\Concerns\MockModels;
use Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration;
use Mockery\Adapter\Phpunit\MockeryTestCaseSetUp;

Expand Down

0 comments on commit ab64cfa

Please sign in to comment.