Skip to content

Commit

Permalink
minor #4731 [Book][Testing] bump required PHPUnit version (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

[Book][Testing] bump required PHPUnit version

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

Commits
-------

c5d4ce1 bump required PHPUnit version
  • Loading branch information
weaverryan committed Jan 16, 2015
2 parents 4f47dec + c5d4ce1 commit cf3d38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ it has its own excellent `documentation`_.

.. note::

Symfony works with PHPUnit 3.5.11 or later, though version 3.6.4 is
needed to test the Symfony core code itself.
It's recommended to use the latest stable PHPUnit version (you will have
to use version 4.2 or higher to test the Symfony core code itself).

Each test - whether it's a unit test or a functional test - is a PHP class
that should live in the ``Tests/`` subdirectory of your bundles. If you follow
Expand Down

0 comments on commit cf3d38a

Please sign in to comment.