['mode' => $mode]]); if (null === $modes) { $modes = [ new DefaultMode((new RoundingServiceFactory($this->getTestCase()))->create()), new PunchInOutMode(), new DurationFixedBeginMode($configuration), ]; } return new TrackingModeService($configuration, $modes); } }