Skip to content

Commit

Permalink
Merge pull request #212 from samnela/excluded-from-classmap
Browse files Browse the repository at this point in the history
Excluded tests from classmap
  • Loading branch information
jderusse committed Dec 16, 2018
2 parents dc4f55c + e798e07 commit d3bb654
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Expand Up @@ -35,7 +35,13 @@
"symfony/monolog-bundle": "^3.2"
},
"autoload": {
"psr-4": { "Ekino\\NewRelicBundle\\": "" }
"psr-4": { "Ekino\\NewRelicBundle\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"autoload-dev": {
"psr-4": { "Ekino\\NewRelicBundle\\Tests\\": "Tests/" }
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit d3bb654

Please sign in to comment.