8000 minor #57 Excluded tests from classmap (samnela) · symfony/symfony@16eb6e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16eb6e1

Browse files
minor #57 Excluded tests from classmap (samnela)
This PR was merged into the 1.1-dev branch. Discussion ---------- Excluded tests from classmap Commits ------- 25f9c3a Excluded tests from classmap
2 parents 36a8065 + 25f9c3a commit 16eb6e1

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
@@ -28,7 +28,10 @@
2828
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
2929
},
3030
"autoload": {
31-
"psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" }
31+
"psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" },
32+
"exclude-from-classmap": [
33+
"/Tests/"
34+
]
3235
},
3336
"extra": {
3437
"branch-alias": {

0 commit comments

Comments
 (0)
0