Skip to content

Commit 9a99c8b

Browse files
committed
consolidated testing information into one chapter
1 parent 28f02e8 commit 9a99c8b

File tree

9 files changed

+723
-722
lines changed

9 files changed

+723
-722
lines changed

guides/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Dive into Symfony2 with the topical guides:
88

99
templating/index
1010
doctrine/index
11-
testing/index
11+
testing
1212
validator/index
1313
forms/index
1414
security/index

guides/internals/profiler.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,3 +275,9 @@ portion of the website? You can use a request matcher:
275275
'matcher' => array('services' => array($container->register('custom_matcher', 'CustomMatcher'))),
276276
),
277277
));
278+
279+
Learn more from the Cookbook
280+
----------------------------
281+
282+
* :doc:`/cookbook/testing/profiling`
283+
* :doc:`/cookbook/profiler/data_collector`

guides/map.rst.inc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@
1111
* :doc:`Migrations </guides/doctrine/migrations/index>` |
1212
* :doc:`MongoDB </guides/doctrine/mongodb-odm/index>`
1313

14-
* **Testing**:
15-
16-
* :doc:`Overview </guides/testing/overview>` |
17-
* :doc:`Configuration </guides/testing/configuration>` |
18-
* :doc:`Crawler </guides/testing/crawler>` |
19-
* :doc:`Client </guides/testing/client>`
14+
* :doc:`Testing </guides/testing>`
2015

2116
* **Validation**:
2217

0 commit comments

Comments
 (0)