set(EventRepository::class, new FakeEventRepository()); $this->repository = static::$container->get(EventRepository::class); } }