8000 minor #7748 Testing: Fix typo from #6427 (alexislefebvre) · medinae/symfony-docs@99247f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99247f7

Browse files
committed
minor symfony#7748 Testing: Fix typo from symfony#6427 (alexislefebvre)
This PR was merged into the 2.7 branch. Discussion ---------- Testing: Fix typo from symfony#6427 Fix typo introduced in symfony#6427: `$this->request` → `$request` Commits ------- 3a9a4f0 Testing: Fix typo from symfony#6427
2 parents b6e0bfe + 3a9a4f0 commit 99247f7

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