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

Replaces usage of unsupported internal method #143

Merged

Conversation

aszenz
Copy link
Contributor

@aszenz aszenz commented Apr 25, 2021

PHPUnit had an internal method getAnnotations which was removed in latest version.
This change avoids uses php unit's supported methods
to fetch annotations so that the library can work with latest
versions of phpunit

Relates to #142

aszenz added 2 commits April 25, 2021 18:52
PHPUnit had an internal method getAnnotations which was removed in latest version.
This change avoids uses php unit's supported methods
to fetch annotations so that the library can work with latest
versions of phpunit
@ilario-pierbattista ilario-pierbattista merged commit 3825ef7 into giorgiosironi:master Apr 26, 2021
@ilario-pierbattista
Copy link
Collaborator

Thank you @aszenz!

@aszenz aszenz deleted the fix-annotations-method branch April 26, 2021 18:10
@aszenz
Copy link
Contributor Author

aszenz commented Jul 27, 2021

Thank you @aszenz!

@ilario-pierbattista thanks for merging any idea of when a new release will be tagged

@ilario-pierbattista
Copy link
Collaborator

Sorry @aszenz, I forgot to do it.
I just tagged a new release.

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.

Failing tests on latest PHPUnit due to removal of internal method
2 participants