-
-
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
Discussion: Improve PHP track docs for PHPUnit / composer #864
Comments
That sounds like a good approach. |
Hi @mk-mxp and @tomasnorre, |
I would say it's still wanted :) Would be happy to review the PR. |
Hi @mk-mxp and @tomasnorre has this issue been resolved? I would like to give it a go, please let me know if it's still needed. |
I think @almin-dolic already signed up for it. But not head anything final back. Lets give Almin a change to answer first. |
Alright, agreed, thanks for your response. |
Whoever works on this:
|
I think our track docs make things too complicated for new students.
Right after the required installation of PHP we have a short paragraph about installing
composer
. For PHPUnit we then describecomposer
as the main means of installation. Using the PHPUnit PHAR is last and "optional". But composer is not required to solve Exercism exercises.The easiest way to use PHPUnit for Exercism is downloading the PHAR. So we should provide tutorial-style instructions on that first. Also we should check, that
exercism test
runs the PHAR when using these instructions.In a more optional looking paragraph we may then describe and explain
composer
and PHPUnit installation using it. There is a nice short description of composer and installation we may use to improve thecomposer
introduction and installation. We should also mention thatcomposer
is wide-spread in the PHP ecosystem.The text was updated successfully, but these errors were encountered: