refactor: group fake classes
This commit is contained in:
parent
ae0e0c2437
commit
767c6f2ced
|
@ -2,7 +2,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Tests;
|
||||
namespace App\Tests\Fake;
|
||||
|
||||
use App\EventRepository;
|
||||
use Tightenco\Collect\Support\Collection;
|
|
@ -1,8 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace App\Tests;
|
||||
namespace App\Tests\Fake;
|
||||
|
||||
use App\EventRepository;
|
||||
use App\Tests\EventRepositoryContractTest;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
|
||||
final class FakeEventRepositoryTest extends KernelTestCase
|
Loading…
Reference in a new issue