Skip to content

Commit a75206c

Browse files
Christoph Nißleweaverryan
Christoph Nißle
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)