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 #756

Merged
merged 7 commits into from
May 17, 2024
Merged

Pest #756

merged 7 commits into from
May 17, 2024

Conversation

bakerkretzmar
Copy link
Collaborator

@bakerkretzmar bakerkretzmar commented May 17, 2024

This PR installs Pest and converts the whole PHP test suite to use it, reduces boilerplate and noise in the test suite, and adds test runs on PHP 8.4.

Having to downgrade Pest to v1 and reinstall PHPUnit for the Laravel 9 testing workflows is kind of a bummer but it works, and we're not using anything specific to Pest v2.

I only removed a couple tests that were redundant and testing code covered by other tests already.

Over time we may even be able to clean this up a lot more by making heavier use of data providers.

@bakerkretzmar bakerkretzmar merged commit 80774e7 into 2.x May 17, 2024
22 checks passed
@bakerkretzmar bakerkretzmar deleted the pest branch May 17, 2024 19:34
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