Load tests only on dev

This commit is contained in:
Daniel Kesselberg 2019-11-09 10:51:25 +01:00
commit 68d6c966a4

View file

@ -17,7 +17,11 @@
},
"autoload": {
"psr-4": {
"SearchDAV\\": "src/",
"SearchDAV\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"SearchDAV\\Test\\": "tests/"
}
}