createTimesheetMultipleEvent($timesheets); self::assertInstanceOf(Event::class, $sut); self::assertSame($timesheets, $sut->getTimesheets()); } }