Skip to content

Commit

Permalink
Exclude tests from classmap
Browse files Browse the repository at this point in the history
  • Loading branch information
samnela committed Dec 27, 2018
1 parent be6c7ec commit 80fae19
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 80fae19

Please sign in to comment.