Skip to content

Commit fd038f0

Browse files
danognicolas-grekas
authored andcommitted
[HttpClient][Translation][Workflow] [Service] Exclude tests from classmaps
1 parent 3f9f5e8 commit fd038f0

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
@@ -22,7 +22,10 @@
2222
"symfony/http-client-implementation": ""
2323
},
2424
"autoload": {
25-
"psr-4": { "Symfony\\Contracts\\HttpClient\\": "" }
25+
"psr-4": { "Symfony\\Contracts\\HttpClient\\": "" },
26+
"exclude-from-classmap": [
27+
"/Test/"
28+
]
2629
},
2730
"minimum-stability": "dev",
2831
"extra": {

0 commit comments

Comments
 (0)