8000 Testing: Fix typo from #6427 · symfony/symfony-docs@3a9a4f0 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3a9a4f0

Browse files
Testing: Fix typo from #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)
0