Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Fixed unit tests and build system

Choose a tag to compare

@ericbecking ericbecking released this 02 Jun 22:03
· 25 commits to v3 since this release
f62c603

Pull requests against this repository should now have passing builds! This also fixes tests locally. The one note is that when running the tests requests made are now NOT in test mode in order to allow for doing more requests per hour based on the account they are linked to. You can always change this behavior by enabling test mode in https://github.com/hellosign/hellosign-php-sdk/blob/v3/library/HelloSign/Test/AbstractTest.php by uncommenting line 55 (the $this->client->enableDebugMode(); ).