Skip to content

Commit

Permalink
Load test namespace only in dev environments
Browse files Browse the repository at this point in the history
  • Loading branch information
Taluu committed Dec 25, 2015
1 parent 399276a commit b053831
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@

"autoload": {
"psr-4": {
"Totem\\": ["src/", "test/"]
"Totem\\": ["src/"]
}
},

"autoload-dev": {
"psr-4": {
"Totem\\": ["test/"]
}
},

Expand Down

0 comments on commit b053831

Please sign in to comment.