Skip to content

Commit

Permalink
Support both test namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 20, 2018
1 parent 863f7ee commit a3eac56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
"psr-4": {"Pipeline\\": "src/"}
},
"autoload-dev": {
"psr-4": {"Pipeline\\": "tests/"}
"psr-4": {
"Tests\\Pipeline\\": "tests/",
"Pipeline\\": "tests/"
}
},
"require": {
"php": ">=7"
Expand Down

0 comments on commit a3eac56

Please sign in to comment.