We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22a1c3 commit a6abcefCopy full SHA for a6abcef
testing.rst
@@ -716,7 +716,7 @@ Use the ``submitForm()`` method to submit the form that contains the given butto
716
$client->request('GET', '/post/hello-world');
717
718
$crawler = $client->submitForm('Add comment', [
719
- 'comment_form[content]' => '...',
+ 'comment_form[content]' => '...',
720
]);
721
722
The first argument of ``submitForm()`` is the text content, ``id``, ``value`` or
0 commit comments