We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7db0f5 + be2f649 commit 89ec516Copy full SHA for 89ec516
.gitattributes
@@ -0,0 +1,2 @@
1
+/Tests export-ignore
2
+/phpunit.xml.dist export-ignore
composer.json
@@ -23,7 +23,11 @@
23
"phpunit/phpunit": "<7.0"
24
},
25
"autoload": {
26
- "psr-4" : { "Matthias\\SymfonyConfigTest\\" : "" }
+ "psr-4" : { "Matthias\\SymfonyConfigTest\\" : "" },
27
+ "exclude-from-classmap": ["/Tests/"]
28
+ },
29
+ "autoload-dev": {
30
+ "psr-4" : { "Matthias\\SymfonyConfigTest\\Tests\\" : "Tests/" }
31
32
"extra": {
33
"branch-alias": {
0 commit comments