We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc317b commit bdac80eCopy full SHA for bdac80e
tests/TestCase/Controller/Traits/LoginTraitTest.php
@@ -299,7 +299,7 @@ public function testLoginRehashWithAuthenticatorStructure()
299
$oldHash = '$2y$10$OldHashNeedsUpgrade00000000000000000000000000000000';
300
$this->Trait->getUsersTable()->updateAll(
301
['password' => $oldHash],
302
- ['id' => $userId]
+ ['id' => $userId],
303
);
304
305
$passwordIdentifier = $this->getMockBuilder(PasswordIdentifier::class)
0 commit comments