Commit ad96cb09 authored by Fabien Potencier's avatar Fabien Potencier

fixed markup

parent b383a5b5
...@@ -75,14 +75,16 @@ use it by making your test extend it:: ...@@ -75,14 +75,16 @@ use it by making your test extend it::
To make your application testable, you need to make sure you follow "Reusing To make your application testable, you need to make sure you follow "Reusing
applications" instructions from :doc:`usage`. applications" instructions from :doc:`usage`.
.. note:: .. note::
If you want to use the Symfony2 `WebTestCase` you will need to explicitly If you want to use the Symfony2 `WebTestCase` you will need to explicitly
install its dependencies for your project. Add the following to your install its dependencies for your project. Add the following to your
`composer.json` file. `composer.json` file:
.. code-block:: json
"require-dev":{ "require-dev": {
"symfony/browser-kit": ">=2.3,<2.4-dev" "symfony/browser-kit": ">=2.3,<2.4-dev"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment