Skip to content

Commit af93037

Browse files
pamilGuilhemN
authored andcommitted
Exclude "Tests" directory from classmap (#448)
1 parent 1b851d7 commit af93037

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"symfony/console": "Needed to be able to use commands"
4444
},
4545
"autoload": {
46-
"psr-4": { "FOS\\OAuthServerBundle\\": "" }
46+
"psr-4": { "FOS\\OAuthServerBundle\\": "" },
47+
"exclude-from-classmap": ["/Tests/"]
4748
},
4849
"extra": {
4950
"branch-alias": {

0 commit comments

Comments
 (0)