okta / okta-sdk-php

PHP SDK for the Okta API
Apache License 2.0
38 stars 71 forks source link

PHP Unit expects .okta.yaml file to exist #3

Closed bretterer closed 7 years ago

bretterer commented 7 years ago

Test are working locally because ~/.okta/okta.yaml file exists. In travis, that file does not exist.

We need to re-write tests to either generate the file for us, or rely on environment variables and mock the file for tests.

bretterer commented 7 years ago

Resolved via #4