graphql-php icon indicating copy to clipboard operation
graphql-php copied to clipboard

Use pest to simplify test maintenance

Open spawnia opened this issue 3 years ago • 1 comments

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.

spawnia avatar Mar 07 '22 10:03 spawnia

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.

ruudk avatar Mar 24 '22 07:03 ruudk