Skip to content

Commit 04e2023

Browse files
committed
Improved composer's autoloader exclusion list a little bit.
1 parent c8ff030 commit 04e2023

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)