Skip to content

Commit 2211519

Browse files
Exclude Tests directory from autoloader
1 parent e7db0f5 commit 2211519

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@
2323
"phpunit/phpunit": "<7.0"
2424
},
2525
"autoload": {
26-
"psr-4" : { "Matthias\\SymfonyConfigTest\\" : "" }
26+
"psr-4" : { "Matthias\\SymfonyConfigTest\\" : "" },
27+
"exclude-from-classmap": ["/Tests/"]
28+
},
29+
"autoload-dev": {
30+
"psr-4" : { "Matthias\\SymfonyConfigTest\\Tests\\" : "Tests/" }
2731
},
2832
"extra": {
2933
"branch-alias": {

0 commit comments

Comments
 (0)