Skip to content

Commit ebea444

Browse files
Merge remote-tracking branch '40107/improve-autoloader-exclusion-list-a-bit' into commpr-21755-2209
2 parents 30791b1 + c97dc2f commit ebea444

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
@@ -387,7 +387,10 @@
387387
"exclude-from-classmap": [
388388
"**/dev/**",
389389
"**/update/**",
390-
"*/*/Test/**/*Test"
390+
"**/Test/Fixture/**",
391+
"**/Test/Integration/**",
392+
"**/Test/Mftf/**",
393+
"**/Test/Unit/**"
391394
]
392395
},
393396
"autoload-dev": {

0 commit comments

Comments
 (0)