graphql-php
graphql-php copied to clipboard
Use pest to simplify test maintenance
As suggested by @vhenzl in https://github.com/webonyx/graphql-php/pull/1075#discussion_r820006860, using https://pestphp.com might ease maintenance of tests. Its syntax is heavily inspired by Jest, which the reference implementation uses.
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.