Skip to content

Commit

Permalink
minor #4585 When explaining how to install dependencies for running u…
Browse files Browse the repository at this point in the history
…nit tests, (carlosbuenosvinos)

This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4585).

Discussion
----------

When explaining how to install dependencies for running unit tests,

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets | #4584

Commits
-------

512632e When explaining how to install dependencies for running unit tests, there are references to "--dev" composer parameter that is the current default value.
  • Loading branch information
wouterj committed Dec 8, 2014
2 parents 1fa0f59 + 512632e commit 7dcce1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contributing/code/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Step 2: Install vendors

.. code-block:: bash
$ php composer.phar --dev install
$ php composer.phar install
.. note::

Expand All @@ -56,14 +56,14 @@ Step 2: Install vendors
.. code-block:: bash
$ php installer
$ php composer.phar --dev install
$ php composer.phar install
After installation, you can update the vendors to their latest version with
the follow command:

.. code-block:: bash
$ php composer.phar --dev update
$ php composer.phar update
Running
-------
Expand Down

0 comments on commit 7dcce1b

Please sign in to comment.