forked from hellosign/hellosign-php-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml.sample
More file actions
18 lines (18 loc) · 779 Bytes
/
phpunit.xml.sample
File metadata and controls
18 lines (18 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="HelloSign Test Suite">
<directory>./library/HelloSign/Test/</directory>
</testsuite>
</testsuites>
<php>
<env name="API_KEY" value="9dc85fe9ef819a2dc5aac48fd5b951ee2f5b6528c26dd398438fce6b355cb075"/>
<env name="CLIENT_ID" value="457519f7a1be8feca9f3533c00b98596"/>
<env name="CLIENT_SECRET" value="4798f37830ace2866b2ca5d19dd3ede5"/>
<env name="CALLBACK_URL" value="http://example.com/callback"/>
</php>
<php>
<env name="API_URL" value="https://api.hellosign.com/v3/"/>
<env name="OAUTH_TOKEN_URL" value="https://app.hellosign.com/oauth/token"/>
</php>
</phpunit>