Skip to content

Commit

Permalink
Fix composer tests autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Oct 6, 2017
1 parent 1080412 commit 80177f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"autoload": {
"psr-4": {
"Brick\\Html\\": "src/",
"Brick\\Html\\Tests": "test/"
"Brick\\Html\\Tests\\": "test/"
}
}
}

0 comments on commit 80177f5

Please sign in to comment.