8000 minor #28930 [Security] Fix "exclude-from-classmap" (acasademont) · symfony/symfony@6a50405 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a50405

Browse files
committed
minor #28930 [Security] Fix "exclude-from-classmap" (acasademont)
This PR was merged into the 2.8 branch. Discussion ---------- [Security] Fix "exclude-from-classmap" | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | The "/Tests/" directory doesn't exist in the Security Component, tests are located within the Security components folders and none of the tests were being excluded in an --classmap-authoritative dump of the autoload. Commits ------- 7b256a9 [Security] Fix "exclude-from-classmap"
2 parents 8322494 + 7b256a9 commit 6a50405

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Symfony/Component/Security/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@
5555
"autoload": {
5656
"psr-4": { "Symfony\\Component\\Security\\": "" },
5757
"exclude-from-classmap": [
58-
"/Tests/"
58+
"/Core/Tests/",
59+
"/Csrf/Tests/",
60+
"/Guard/Tests/",
61+
"/Http/Tests/"
5962
]
6063
},
6164
"minimum-stability": "dev",

0 commit comments

Comments
 (0)
0