Commit d9440d6d authored by Fabien Potencier's avatar Fabien Potencier

minor #900 Add the Symfony CSSSelector dependency to match the example usage (tzi)

This PR was merged into the 1.2.x-dev branch.

Discussion
----------

Add the Symfony CSSSelector dependency to match the example usage

Hi!

I added the Symfony CSSSelector dependency to match with the example usage & the crawler presentation.

Cheers,
Thomas.

Commits
-------

4c7e740e Add the Symfony CSSSelector dependency to match the example usage
parents 1a8a0deb 4c7e740e
......@@ -85,7 +85,8 @@ use it by making your test extend it::
.. code-block:: json
"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``
......
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