Skip to content

Commit

Permalink
added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atakde committed Aug 28, 2022
1 parent 1eae5bc commit 10117ce
Show file tree
Hide file tree
Showing 5 changed files with 1,824 additions and 0 deletions.
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,17 @@
"require": {
"php": ">=8.0.9",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"autoload-dev": {
"psr-4": {
"Atakde\\DiscordWebhook\\Tests\\": "tests/"
}
},
"scripts": {
"test": "./vendor/bin/phpunit",
"coverage": "vendor/bin/phpunit --coverage-html coverage"
}
}
Loading

0 comments on commit 10117ce

Please sign in to comment.