repository->getConfirmedAttendees(); $this->assertCount(3, $attendees); } /** @test */ public function should_not_return_event_organisers(): void { $attendees = $this->repository->getConfirmedAttendees(); $this->assertCount(3, $attendees); } }