pestphp / pest

Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.
https://pestphp.com
MIT License
9.12k stars 319 forks source link

[2.x] Introduce Reminder When Filtering Using `only` #1021

Closed devajmeireles closed 7 months ago

devajmeireles commented 7 months ago

What:

Description:

This PR is intended to introduce a warning as a reminder when you are filtering tests using ->only(), because without something like this, we can filter the tests but forget to remove the ->only() filter.

CleanShot 2023-11-24 at 14 24 23