Skip to content

Commit 97e7780

Browse files
authored
Added unit/integration tests for 6 high priority examples (#94)
* added and configured unit tests for 6 high priority endpoints * added ApiTypes class * removed extra space
1 parent acc4dcf commit 97e7780

13 files changed

+3511
-176
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"DocuSign\\OAuth2\\Client\\Provider\\": "src/"
55
}
66
},
7+
"autoload-dev": {
8+
"psr-4": {
9+
"Example\\Tests\\": "tests/"
10+
}
11+
},
712
"scripts": {
813
"post-install-cmd": [
914
"@code-sniffer"
@@ -24,6 +29,7 @@
2429
"guzzlehttp/guzzle": "7.4.5",
2530
"firebase/php-jwt": "5.5.1",
2631
"mashape/unirest-php": "3.0.4",
27-
"squizlabs/php_codesniffer": "*"
32+
"squizlabs/php_codesniffer": "*",
33+
"phpunit/phpunit": "^9.5"
2834
}
2935
}

0 commit comments

Comments
 (0)