Testing is very important as a software developer. Today I'll show you how to use the amazing Pest testing framework in your Symfony applications for your testing needs!

This page summarizes the projects mentioned and recommended in the original post on /r/PHP

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Atoum

    The modern, simple and intuitive PHP unit testing framework.

  • I see no reason to use PEST. I dislike the name, I dislike that it took the engine and glued the disgusting JS syntax on top of it. It's not expressive. It's not new. It's not even useful. There's another testing framework that I used instead of PHPUnit: atoum

  • jest

    Delightful JavaScript Testing.

  • You're not missing out on anything. The tool itself isn't useful at all - all it does is let you use the same assertions in a slightly different syntax that resembles Jest which will make you learn it and thus spend time on it , PHPUnit does the job very, very well (and is the core of PEST anyway).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

  • Attempt #1: https://github.com/laravel/laravel/pull/5361

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts