Skip to content

Commit 69c1d35

Browse files
authored
Merge pull request #2 from samnela/excluded-from-classmap
Excluded tests from classmap
2 parents 750747f + fe93981 commit 69c1d35

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
"autoload": {
2828
"psr-4": {
2929
"Symfony\\Component\\HttpKernel\\": ""
30-
}
30+
},
31+
"exclude-from-classmap": [
32+
"/Tests/"
33+
]
3134
},
3235
"scripts": {
3336
"fix-code": [

0 commit comments

Comments
 (0)