Skip to content

Commit 4d06153

Browse files
authored
Merge pull request #343 from samnela/excluded-from-classmap
Exclude tests from classmap
2 parents 8955bbc + 80fae19 commit 4d06153

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
"symfony/phpunit-bridge": "^3.3|^4.0"
2828
},
2929
"autoload": {
30-
"psr-4": { "FOS\\JsRoutingBundle\\": "" }
30+
"psr-4": { "FOS\\JsRoutingBundle\\": "" },
31+
"exclude-from-classmap": [
32+
"/Tests/"
33+
]
3134
},
3235
"extra": {
3336
"branch-alias": {

0 commit comments

Comments
 (0)