refactor: rename test class
This commit is contained in:
parent
7502a4c50e
commit
f192dd720c
|
@ -5,7 +5,7 @@ namespace App\Tests;
|
||||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||||
use Tightenco\Collect\Support\Collection;
|
use Tightenco\Collect\Support\Collection;
|
||||||
|
|
||||||
final class EventRepositoryTest extends KernelTestCase
|
final class FakeEventRepositoryTest extends KernelTestCase
|
||||||
{
|
{
|
||||||
/** @test */
|
/** @test */
|
||||||
public function should_only_return_attendees_with_a_yes_rsvp(): void {
|
public function should_only_return_attendees_with_a_yes_rsvp(): void {
|
Loading…
Reference in a new issue