Skip to content

Commit 3a9a4f0

Browse files
Testing: Fix typo from symfony#6427
1 parent f3eaa80 commit 3a9a4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ add the values to the raw data array::
730730
$values['task']['tags'][1]['name'] = 'bar';
731731

732732
// Submit the form with the existing and new values.
733-
$crawler = $this->client->request($form->getMethod(), $form->getUri(), $values,
733+
$crawler = $client->request($form->getMethod(), $form->getUri(), $values,
734734
$form->getPhpFiles());
735735

736736
// The 2 tags have been added to the collection.

0 commit comments

Comments
 (0)