Skip to content

Commit

Permalink
[Composer] Use autoload-dev for tests namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Nov 6, 2014
1 parent e7fd13a commit 3b3a63a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@
],
"autoload": {
"psr-0": {
"FR3D\\XmlDSig\\": ["src"],
"FR3D\\XmlDSig\\": ["src"]
}
},
"autoload-dev": {
"psr-0": {
"FR3D\\XmlDSigTest\\": ["test"]
}
}
Expand Down

0 comments on commit 3b3a63a

Please sign in to comment.