We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc07d8e commit 05826bcCopy full SHA for 05826bc
tests/Unit/PasswordsTest.php
@@ -52,7 +52,7 @@ public function testHash(): string
52
public function testNeedsRehashTakesCareOptions(string $hashedPassword): void
53
{
54
$config = new AuthConfig();
55
- $config->hashCost = 12;
+ $config->hashCost = 13;
56
$passwords = new Passwords($config);
57
58
$result = $passwords->needsRehash($hashedPassword);
0 commit comments