Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit99247f7

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

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)

[8]ページ先頭

©2009-2025 Movatter.jp