Skip to content

Commit

Permalink
minor #4329 ensure consistency with the note (greg0ire)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

ensure consistency with the note

The note explains that we are selecting form buttons, not forms.
Confusion ensues if we say otherwise in the introductory sentence.

Commits
-------

8a649a6 ensure consistency with the note
  • Loading branch information
weaverryan committed Feb 24, 2015
2 parents e5dbd49 + 8a649a6 commit 91ff6f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion book/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 91ff6f8

Please sign in to comment.