diff --git a/app/config/services.yml b/app/config/services.yml index 13241d4c4a..cdb1c65a54 100644 --- a/app/config/services.yml +++ b/app/config/services.yml @@ -20,7 +20,7 @@ services: resource: '../../src/AppBundle/*' # you can exclude directories or files # but if a service is unused, it's removed anyway - exclude: '../../src/AppBundle/{Entity,Repository}' + exclude: '../../src/AppBundle/{Entity,Repository,Tests}' # controllers are imported separately to make sure they're public # and have a tag that allows actions to type-hint services