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.49k stars 343 forks source link

[2.x] Allow `--todo` argument. #1025

Closed xiCO2k closed 10 months ago

xiCO2k commented 10 months ago

What:

Description:

This allows --todo argument to be used as an alias for --todos.

I find myself running pest --todo all the time, and I figured that could be a good alias to have.

Cheers.