Skip to content

Commit ee3f35d

Browse files
committed
Tweak autoloading
1 parent 1c5bfb1 commit ee3f35d

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
@@ -43,7 +43,10 @@
4343
"autoload-dev": {
4444
"psr-4": {
4545
"Tests\\": "tests/"
46-
}
46+
},
47+
"exclude-from-classmap": [
48+
"tests/fixtures/"
49+
]
4750
},
4851
"minimum-stability": "dev",
4952
"prefer-stable": true

0 commit comments

Comments
 (0)