Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit e43aa53

Browse files
authored
[Security] Fix "exclude-from-classmap"
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.
1 parent ce45c3a commit e43aa53

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