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

Use pest to simplify test maintenance #1086

Open
spawnia opened this issue Mar 7, 2022 · 1 comment
Open

Use pest to simplify test maintenance #1086

spawnia opened this issue Mar 7, 2022 · 1 comment

Comments

@spawnia
Copy link
Collaborator

spawnia commented Mar 7, 2022

As suggested by @vhenzl in #1075 (comment), using https://pestphp.com might ease maintenance of tests. Its syntax is heavily inspired by Jest, which the reference implementation uses.

@ruudk
Copy link
Contributor

ruudk commented Mar 24, 2022

Please don't do this and keep using PHPUnit, the tool that everyone uses. Having a test suite that everyone can work with makes it easier for newcomers to participate in the project.

We all know PHPSpec and how that turned out. Some projects still use it and it's a pain to participate in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants