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 c104e94 commit fb3498dCopy full SHA for fb3498d
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()``) 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