Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI/CD ENV fixes & include removal #12

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

jerryhopper
Copy link

i added getenv() for the testing scripts.
also, the composer.json now contains the test-script command, tests can be run by: composer test

a travis.yml was added for automated unit-testing.
The test-scripts now also have a unique identifier, in order not to fail during parallel testing in travis ( unique userid/applicationid)

@jerryhopper
Copy link
Author

See the travis test results : https://travis-ci.org/jerryhopper/fusionauth-php-client

@@ -57,7 +57,7 @@ class FusionAuthClient

public function __construct($apiKey, $baseURL)
{
include_once 'RESTClient.php';
//include_once 'RESTClient.php';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants