Commit 4c7e740e authored by Thomas ZILLIOX's avatar Thomas ZILLIOX

Add the Symfony CSSSelector dependency to match the example usage

parent bedb9895
...@@ -85,7 +85,8 @@ use it by making your test extend it:: ...@@ -85,7 +85,8 @@ use it by making your test extend it::
.. code-block:: json .. code-block:: json
"require-dev": { "require-dev": {
"symfony/browser-kit": ">=2.3,<2.4-dev" "symfony/browser-kit": ">=2.3,<2.4-dev",
"symfony/css-selector": ">=2.3,<2.4-dev"
} }
For your WebTestCase, you will have to implement a ``createApplication`` For your WebTestCase, you will have to implement a ``createApplication``
......
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