refactor: group fake classes

This commit is contained in:
Oliver Davies 2022-01-14 00:08:24 +00:00
parent ae0e0c2437
commit 767c6f2ced
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
declare(strict_types=1);
namespace App\Tests;
namespace App\Tests\Fake;
use App\EventRepository;
use Tightenco\Collect\Support\Collection;

View file

@ -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