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
ad96cb09
Commit
ad96cb09
authored
Jul 04, 2013
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed markup
parent
b383a5b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
doc/testing.rst
doc/testing.rst
+5
-3
No files found.
doc/testing.rst
View file @
ad96cb09
...
@@ -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"
}
}
...
...
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