8000 Excluded tests from classmap · symfony/symfony@25f9c3a · GitHub
[go: up one dir, main page]

Skip to content

Commit 25f9c3a

Browse files
committed
Excluded tests from classmap
1 parent 53c15a6 commit 25f9c3a

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
@@ -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