Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Stanojevic committed Dec 27, 2020
1 parent 15c7e46 commit 7181b77
Show file tree
Hide file tree
Showing 9 changed files with 1,031 additions and 266 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea

/vendor
.phpunit.result.cache
/tests/coverage
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"scripts": {
"test": "./vendor/bin/phpunit --coverage-text"
"test": "./vendor/bin/phpunit --coverage-text --coverage-html ./tests/coverage"
},
"require-dev": {
"phpunit/phpunit": "^8"
Expand Down
Loading

0 comments on commit 7181b77

Please sign in to comment.