refactor(meetup): specify the event ID
This commit is contained in:
parent
bb14c14b32
commit
24151c26ec
6 changed files with 12 additions and 6 deletions
|
@ -10,6 +10,8 @@ final class FakeEventRepositoryTest extends KernelTestCase
|
|||
{
|
||||
use EventRepositoryContractTest;
|
||||
|
||||
public static int $eventId = 123;
|
||||
|
||||
private EventRepository $repository;
|
||||
|
||||
public function setUp(): void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue