Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd038f0

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

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+4-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.