-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
update php/docs/intallation.md #882
Conversation
Thanks for your contribution! I'm in the process of testing the workflow in a new virtual machine. As I have very limited time at the moment, this may take some time. Hopefully no more than a day or two... |
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.
We need to make phpunit
available as a global command like the exercism
CLI to enable the testing workflow shown in the PHP track testing docs.
Also, Markdown requires empty lines before / after code blocks and headings. There is a load of Markdown docs for Exercism, but you don't have to read the docs for this PR.
Co-authored-by: mk-mxp <[email protected]>
Co-authored-by: mk-mxp <[email protected]>
Co-authored-by: mk-mxp <[email protected]>
Co-authored-by: mk-mxp <[email protected]>
Co-authored-by: mk-mxp <[email protected]>
@mk-mxp I committed the suggestions you made, thank you. Also making phpunit available as a global command like the exercism CLI to enable the testing workflow. Looks like this is already part of the suggestions you made? |
Thanks for using my suggestions. As you said, I summarized the things I suggested in addition to the Markdown syntax. I'm happy to merge it. |
Thank you |
Edit: Closes #864