Skip to content

Commit

Permalink
minor symfony#57 Excluded tests from classmap (samnela)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.1-dev branch.

Discussion
----------

Excluded tests from classmap

Commits
-------

25f9c3a Excluded tests from classmap
  • Loading branch information
nicolas-grekas committed Mar 11, 2019
2 parents 36a8065 + 25f9c3a commit 16eb6e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -28,7 +28,10 @@
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
},
"autoload": {
"psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" }
"psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 16eb6e1

Please sign in to comment.