From a86b340cf89a4a34459ecc02c8d80bf62e3be0bb Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 2 Jun 2017 09:41:34 -0700 Subject: [PATCH] excluded Tests from being scanned --- symfony/framework-bundle/3.3/etc/packages/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/framework-bundle/3.3/etc/packages/app.yaml b/symfony/framework-bundle/3.3/etc/packages/app.yaml index 5ff780e8..eb9eb537 100644 --- a/symfony/framework-bundle/3.3/etc/packages/app.yaml +++ b/symfony/framework-bundle/3.3/etc/packages/app.yaml @@ -15,7 +15,7 @@ services: resource: '../../src/*' # you can exclude directories or files # but if a service is unused, it's removed anyway - exclude: '../../src/{Entity,Repository}' + exclude: '../../src/{Entity,Repository,Tests}' # controllers are imported separately to make sure they're public # and have a tag that allows actions to type-hint services