Skip to content

Commit

Permalink
Exclude tests from autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Sep 24, 2016
1 parent 4cb7a29 commit 22e0dea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion composer.json
Expand Up @@ -42,7 +42,17 @@
"willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
},
"autoload": {
"psr-4": { "FOS\\UserBundle\\": "" }
"psr-4": {
"FOS\\UserBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"autoload-dev": {
"psr-4": {
"FOS\\UserBundle\\Tests\\": "Tests/"
}
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 22e0dea

Please sign in to comment.