Skip to content

Commit

Permalink
Testing: Fix typo from symfony#6427
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre authored Apr 2, 2017
1 parent f3eaa80 commit 3a9a4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ add the values to the raw data array::
$values['task']['tags'][1]['name'] = 'bar';

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

// The 2 tags have been added to the collection.
Expand Down

0 comments on commit 3a9a4f0

Please sign in to comment.