diff --git a/tests/FakeEventRepository.php b/tests/Fake/FakeEventRepository.php similarity index 97% rename from tests/FakeEventRepository.php rename to tests/Fake/FakeEventRepository.php index 7ffefe9..8141a37 100644 --- a/tests/FakeEventRepository.php +++ b/tests/Fake/FakeEventRepository.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace App\Tests; +namespace App\Tests\Fake; use App\EventRepository; use Tightenco\Collect\Support\Collection; diff --git a/tests/FakeEventRepositoryTest.php b/tests/Fake/FakeEventRepositoryTest.php similarity index 87% rename from tests/FakeEventRepositoryTest.php rename to tests/Fake/FakeEventRepositoryTest.php index a957bbf..27a3617 100644 --- a/tests/FakeEventRepositoryTest.php +++ b/tests/Fake/FakeEventRepositoryTest.php @@ -1,8 +1,9 @@