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

Remove phpunit deprecation warnings for prophesize #438

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

Conversation

gitmathias
Copy link

Seemed like it was only a factor in Firebase\JWT\CachedKeySetTest.

Could consider extending PHPUnit\Framework\TestCase to add the trait if plan on using the lib elsewhere.

@bshaffer
Copy link
Collaborator

The problem here is that we added back support for PHP 7.1 and 7.2, and phpunit prophecy 2.0 does not support those versions of PHP.

There is a PR to add support for a polyfill (phpspec/prophecy-phpunit#38), so comment / +1 that if you'd like to see it added.

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.

None yet

2 participants