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

Pest broken with PHPUnit 9.3 #158

Closed
adamthehutt opened this issue Aug 7, 2020 · 2 comments
Closed

Pest broken with PHPUnit 9.3 #158

adamthehutt opened this issue Aug 7, 2020 · 2 comments

Comments

@adamthehutt
Copy link

PHPUnit 9.3 made some changes to the class/directory structure that seem to have broken Pest.

In particular, there are no longer any classed in the PHPUnit/TextUI/Configuration namespace. Pest's Pest\Actions\ValidatesConfiguration class relies on two classes that used to be in that namespace (Configuration and Registry). This results in a fatal error any time you run Pest with PHPUnit 9.3.

@owenvoke
Copy link
Member

owenvoke commented Aug 7, 2020

Looks like this should be resolved going forward by #128 👍🏻

@GrahamCampbell
Copy link
Collaborator

You need to upgrade to the latest tag of pest, to stop this happening. :)

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

No branches or pull requests

3 participants