Skip to content

Commit

Permalink
Merge pull request #9 from ekinhbayar/tests
Browse files Browse the repository at this point in the history
Progress on #6 Adding phpunit
  • Loading branch information
Ekin authored Oct 21, 2016
2 parents 1754c26 + 5b01df7 commit 2cff181
Show file tree
Hide file tree
Showing 3 changed files with 1,305 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.idea
/examples
/vendor
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"require": {
"php": "^7"
},
"require-dev": {
"phpunit/phpunit": "5.5.*"
},
"autoload": {
"psr-4": {
"IntervalParser\\": "src/"
Expand Down
Loading

0 comments on commit 2cff181

Please sign in to comment.