-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Task] add Pest #812
[Task] add Pest #812
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fast PR!
It looks good. Maybe the list of options is a bit short?
# grumphp.yml | ||
grumphp: | ||
tasks: | ||
pest: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to allow the same options as the phpunit task?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
The list of options provides by Pest is the same à PHPUnit, so yes, doing same here is a good idea 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PHPUnit provide testsuite
and group
, so i added it 🥰
Just closed and reopen because of Travis bug 👎 |
Thanks for your lovely PR :) |
Add PestPHP https://pestphp.com to GrumPHP 🚀
Task done with ❤️ for Pest.
New Task Checklist:
run()
method readable?run()
method using the configuration correctly?Execution with an output error (for show):