Merge pull request #91 from symfony/tests-exclude

This commit is contained in:
Symfony
2017-06-02 14:24:39 -07:00
committed by GitHub
@@ -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