Skip to content

[Tests] added a note about installing PHPUnit dependencies #13184

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

Merged
merged 1 commit into from
Mar 12, 2020

Conversation

HeahDude
Copy link
Contributor

When first installing the bridge, one cannot start working by extending the TestCase since the bridge has no requirements.
It is not obvious that they are installed the first time we run the test suite, neither that we should run it without tests to get started.
Let's make all that explicit with a short note.

@HeahDude HeahDude added this to the 3.4 milestone Feb 18, 2020
testing.rst Outdated
@@ -31,6 +31,17 @@ command:

$ ./vendor/bin/simple-phpunit

.. note::
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if we rework the part above (where we already list the command) to say something like: “after the library downloads, try executing phpstorm by running: (then the terminal block). The first time you run this, it will download PHPUnit itself and make its classes available in your app.

Copy link
Contributor Author

@HeahDude HeahDude Feb 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I reworded as you suggest.

@javiereguiluz
Copy link
Member

Thank you Jules.

@javiereguiluz javiereguiluz merged commit de8e112 into symfony:3.4 Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants