getContainer(); $repository = $container->get(EventRepository::class); $attendees = $repository->getConfirmedAttendees(); $this->assertCount(3, $attendees->pluck('name')); } }