Skip to content

Commit

Permalink
Merge pull request #343 from samnela/excluded-from-classmap
Browse files Browse the repository at this point in the history
Exclude tests from classmap
  • Loading branch information
tobias-93 committed Feb 3, 2019
2 parents 8955bbc + 80fae19 commit 4d06153
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -27,7 +27,10 @@
"symfony/phpunit-bridge": "^3.3|^4.0"
},
"autoload": {
"psr-4": { "FOS\\JsRoutingBundle\\": "" }
"psr-4": { "FOS\\JsRoutingBundle\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 4d06153

Please sign in to comment.