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.
Form::getFields()
Form::getFiles()
1 parent 78d9957 commit 8cfb8e0Copy full SHA for 8cfb8e0
testing.rst
@@ -917,7 +917,7 @@ The second optional argument is used to override the default form field values.
917
918
If you need access to the :class:`Symfony\\Component\\DomCrawler\\Form` object
919
that provides helpful methods specific to forms (such as ``getUri()``,
920
-``getValues()`` and ``getFields()``) use the ``Crawler::selectButton()`` method instead::
+``getValues()`` and ``getFiles()``) use the ``Crawler::selectButton()`` method instead::
921
922
$client = static::createClient();
923
$crawler = $client->request('GET', '/post/hello-world');
0 commit comments