diff --git a/book/testing.rst b/book/testing.rst index 19d6443d83d..4a836f6c313 100644 --- a/book/testing.rst +++ b/book/testing.rst @@ -612,7 +612,8 @@ and pass it a ``Link`` object:: Forms ~~~~~ -Just like links, you select forms with the ``selectButton()`` method:: +Forms can be selected using their buttons, which can be selected with the +``selectButton()`` method, just like links:: $buttonCrawlerNode = $crawler->selectButton('submit');