-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add pest tool #485
Add pest tool #485
Conversation
f4e2980
to
b63394d
Compare
There's something wrong with builds on PRs submitted by anyone but me... I think it has something to do with tokens. Anyway, can you test it works locally with |
b63394d
to
224e420
Compare
``> There's something wrong with builds on PRs submitted by anyone but me... I think it has something to do with tokens.
After running make build, i've got that :
|
Seems to be a problem with phpdbg on your machine. In that case, you might try to run it in one of the latest jakzal/phpqa docker images. |
Sorry, I just remembered you also need to build the phar, so the command should be : make package test-integration |
224e420
to
cbf1d60
Compare
Let's try again. Thank you @benjy8001 🍺 |
Thanks, and sorry for the review work 🙂. |
New tools: * pest - [The elegant PHP Testing Framework](https://github.com/pestphp/pest) jakzal/toolbox#485 (thanks @benjy8001 @jakzal)
No description provided.