8000 Update book/testing.rst · web-dev/symfony-docs@a75206c · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a75206c

Browse files
Christoph Nißleweaverryan
authored andcommitted
Update book/testing.rst
1 parent 6b65b80 commit a75206c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/testing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ command:
3030
$ phpunit -c app/
3131
3232
The ``-c`` option tells PHPUnit to look in the ``app/`` directory for a configuration
33-
file. If you're curious about how the PHPUnit options, check out the ``app/phpunit.xml.dist``
33+
file. If you're curious about the PHPUnit options, check out the ``app/phpunit.xml.dist``
3434
file.
3535

3636
.. tip::
@@ -287,7 +287,7 @@ document::
287287
Working with the Test Client
288288
-----------------------------
289289

290-
The test Client simulates an HTTP client like a browser and makes requests
290+
The Test Client simulates an HTTP client like a browser and makes requests
291291
into your Symfony2 application::
292292

293293
$crawler = $client->request('GET', '/hello/Fabien');
@@ -485,9 +485,9 @@ Many other methods are also available:
485485
+------------------------+----------------------------------------------------+
486486
| ``previousAll()`` | All preceding siblings |
487487
+------------------------+----------------------------------------------------+
488-
| ``parents()`` | Parent nodes |
488+
| ``parents()`` | Returns the parent nodes |
489489
+------------------------+----------------------------------------------------+
490-
| ``children()`` | Children |
490+
| ``children()`` | Returns children nodes |
491491
+------------------------+----------------------------------------------------+
492492
| ``reduce($lambda)`` | Nodes for which the callable does not return false |
493493
+------------------------+----------------------------------------------------+

0 commit comments

Comments
 (0)
0