Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 73f761d

Browse files
committed
bug #1088 exclude the Tests namespace (xabbuh)
This PR was merged into the 3.3 branch. Discussion ---------- exclude the Tests namespace see symfony/recipes#91 Commits ------- 8bcfad7 exclude the Tests namespace
2 parents 6a101cf + 8bcfad7 commit 73f761d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
resource: '../../src/AppBundle/*'
2121
# you can exclude directories or files
2222
# but if a service is unused, it's removed anyway
23-
exclude: '../../src/AppBundle/{Entity,Repository}'
23+
exclude: '../../src/AppBundle/{Entity,Repository,Tests}'
2424

2525
# controllers are imported separately to make sure they're public
2626
# and have a tag that allows actions to type-hint services

0 commit comments

Comments
 (0)