Вы пользуетесь файлом services_test.yaml?
Я добавляю туда все службы, которые необходимо включить в тесты. Я показываю вам часть моего файла:
services:
_defaults:
public: true
# If you need to access services in a test, create an alias
# and then fetch that alias from the container. As a convention,
# aliases are prefixed with test. For example:
#
# test.App\Service\MyService: '@App\Service\MyService'
test.app.service.user_management.user_service:
alias: App\Service\UserManagement\UserService
test.app.service.weight.weight_service:
alias: App\Service\Weight\WeightService
Когда вы это делаете, все остальное должно быть на месте.