Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
4c7e740e
Commit
4c7e740e
authored
Jan 30, 2014
by
Thomas ZILLIOX
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the Symfony CSSSelector dependency to match the example usage
parent
bedb9895
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
doc/testing.rst
doc/testing.rst
+2
-1
No files found.
doc/testing.rst
View file @
4c7e740e
...
@@ -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``
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment