Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 64cf92f

Browse files
committed
Exclude fixtures from autoloading
1 parent fa0d6ae commit 64cf92f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer-dev.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
"autoload-dev": {
2222
"psr-4": {
2323
"Tests\\": "tests/"
24-
}
24+
},
25+
"exclude-from-classmap": [
26+
"tests/fixtures/"
27+
]
2528
},
2629
"config": {
2730
"preferred-install": "dist",

0 commit comments

Comments
 (0)