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

Dependency upgrades #93

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

Conversation

beryllium
Copy link

This PR updates phpSmug to use a newer version of Guzzle and PHPUnit. The changes will hopefully eliminate some deprecation warning messages when the library is used with newer PHP versions.

In implementing these changes, some issues arose. For example, two of the unit tests (shouldGetPrivateImageWithSignedUrl and shouldFailToGetPrivateImage) are currently either failing or being flagged as 'risky' because the behaviour of the system doesn't match the test expectations. This may be due to a recent change in URL signing behaviour in the SmugMug API.

I refactored the client tests to add NICKNAME and FOLDER environment variables to make it easier for folks to run the test against their own accounts.

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.

1 participant