diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -81,6 +81,13 @@ ensures the certificate is sent with each request and you only have to define th $ openssl rsa -in privatekey.pem -out privatekey.nopass.pem +### Q: How do I run the test suite? + +A: First, install [simpletest][3], then: + + $ GSX_DEBUG=1 GSX_TECHID=123456 GSX_SN=12345678 GSX_SHIPTO=123456 GSX_USER=me@example.com GSX_KEYPASS='MySuperSecretKey' GSX_SOLDTO=123456 GSX_CERT=/path/to/my/cert.chain.pem php runtests.php + + License ======= @@ -95,5 +102,7 @@ License TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO. + [1]: https://gsxwsut.apple.com/apidocs/ut/html/WSHome.html [2]: http://php.net/manual/en/book.soap.php +[3]: http://www.simpletest.org |