Use PSR4 to autoload tests

This commit is contained in:
Robin Appelman 2014-07-26 18:00:22 +02:00
commit 3697e04c63
5 changed files with 14 additions and 11 deletions

View file

@ -18,7 +18,8 @@
},
"autoload" : {
"psr-4": {
"Icewind\\SMB\\": "src/"
"Icewind\\SMB\\": "src/",
"Icewind\\SMB\\Test\\": "tests/"
}
}
}