Skip to content

Commit

Permalink
add phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
cijagani committed Aug 23, 2023
1 parent 8963e58 commit b97fe98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"defuse/php-encryption": "^2.4",
"rmccue/requests": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
"Corbital\\Legalize\\": "src"
Expand All @@ -31,6 +34,8 @@
}
},
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"

},
"config": {
Expand Down

0 comments on commit b97fe98

Please sign in to comment.