services: _defaults: public: true test.PasswordEncoder: "@security.encoder_factory" # added, so we are able to overwrite the service for the CalendarControllerTest App\Configuration\CalendarConfiguration: arguments: ['@App\Repository\ConfigurationRepository', "%kimai.calendar%"] public: true App\Configuration\SystemConfiguration: arguments: ['@App\Repository\ConfigurationRepository', "%kimai.config%"] App\Repository\ConfigurationRepository: class: Doctrine\ORM\EntityRepository factory: ['@doctrine.orm.entity_manager', getRepository] arguments: ['App\Entity\Configuration']