Skip to content

Commit 0cd3663

Browse files
samnelaNyholm
authored andcommitted
Excluded tests from classmap (#274)
1 parent 7066337 commit 0cd3663

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
@@ -44,7 +44,10 @@
4444
"php-http/httplug-bundle": "To easier configure your httplug clients."
4545
},
4646
"autoload": {
47-
"psr-4": { "Translation\\Bundle\\": "" }
47+
"psr-4": { "Translation\\Bundle\\": "" },
48+
"exclude-from-classmap": [
49+
"/Tests/"
50+
]
4851
},
4952
"scripts": {
5053
"test": "vendor/bin/simple-phpunit",

0 commit comments

Comments
 (0)