Skip to content

Commit

Permalink
Install and configure phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalladino committed Feb 25, 2017
1 parent 09ac538 commit c39c2a8
Show file tree
Hide file tree
Showing 4 changed files with 984 additions and 4 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"GildedRose\\Tests\\": "tests/",
"GildedRose\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^4.8"
}
}

Loading

0 comments on commit c39c2a8

Please sign in to comment.