Skip to content

Commit

Permalink
Fix up PSR 4 loading for Tests namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed May 16, 2017
1 parent d8e2098 commit 2a3856a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
"Tests\\Unit": "tests/unit",
"Tests\\Integration": "tests/integration"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 2a3856a

Please sign in to comment.