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

Commitfde1b0c

Browse files
committed
[PasswordHasher] Fix completion tests
Signed-off-by: Alexander M. Turek <me@derrabus.de>
1 parent5898027 commitfde1b0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/Symfony/Component/PasswordHasher/Tests/Command/UserPasswordHashCommandTest.php‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,15 +302,15 @@ public function testCompletionSuggestions(array $input, array $expectedSuggestio
302302
$this->assertSame($expectedSuggestions,$tester->complete($input));
303303
}
304304

305-
publicfunctionprovideCompletionSuggestions()
305+
publicfunctionprovideCompletionSuggestions():iterable
306306
{
307307
yield'user_class_empty' => [
308-
[''],
308+
['p@ssw0rd',''],
309309
['App\Entity\User'],
310310
];
311311

312312
yield'user_class_given' => [
313-
['App'],
313+
['p@ssw0rd','App'],
314314
['App\Entity\User'],
315315
];
316316
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp