Skip to content

Commit 119c314

Browse files
committed
fix typo
1 parent cfb099e commit 119c314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/PasswordHasher/Type/PasswordTypePasswordHasherExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function testPasswordHashSuccess()
7777
$this->assertSame($user->getPassword(), $hashedPassword);
7878
}
7979

80-
public function testPasswordHashSuccessWitnEmptyData()
80+
public function testPasswordHashSuccessWithEmptyData()
8181
{
8282
$user = new User();
8383

0 commit comments

Comments
 (0)