Skip to content

Commit c74c65d

Browse files
committed
Improved composer's autoloader exclusion list a little bit.
1 parent edee5b1 commit c74c65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
"exclude-from-classmap": [
385385
"**/dev/**",
386386
"**/update/**",
387-
"*/*/Test/**/*Test"
387+
"**/Test/Unit/**"
388388
]
389389
},
390390
"autoload-dev": {

0 commit comments

Comments
 (0)