From 8bcfad75802fe3c81ad3711ea758f68fc4ed70f3 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 3 Jun 2017 09:24:59 +0200 Subject: [PATCH] exclude the Tests namespace --- app/config/services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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