From f192dd720c9b21777dacccc5ad2116b25274bd8c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 13 Jan 2022 20:29:32 +0000 Subject: [PATCH] refactor: rename test class --- tests/{EventRepositoryTest.php => FakeEventRepositoryTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/{EventRepositoryTest.php => FakeEventRepositoryTest.php} (88%) diff --git a/tests/EventRepositoryTest.php b/tests/FakeEventRepositoryTest.php similarity index 88% rename from tests/EventRepositoryTest.php rename to tests/FakeEventRepositoryTest.php index 69aaac1..f988a1f 100644 --- a/tests/EventRepositoryTest.php +++ b/tests/FakeEventRepositoryTest.php @@ -5,7 +5,7 @@ namespace App\Tests; use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; use Tightenco\Collect\Support\Collection; -final class EventRepositoryTest extends KernelTestCase +final class FakeEventRepositoryTest extends KernelTestCase { /** @test */ public function should_only_return_attendees_with_a_yes_rsvp(): void {