Skip to content

Navigation Menu

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 25f9c3a

Browse filesBrowse files
committed
Excluded tests from classmap
1 parent 53c15a6 commit 25f9c3a
Copy full SHA for 25f9c3a

File tree

1 file changed

+4
-1
lines changed
Filter options

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
@@ -29,7 +29,10 @@
2929
"psr/http-factory-implementation": "To use the PSR-17 factory"
3030
},
3131
"autoload": {
32-
"psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" }
32+
"psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" },
33+
"exclude-from-classmap": [
34+
"/Tests/"
35+
]
3336
},
3437
"extra": {
3538
"branch-alias": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.