Explorar o código

[Security] fixed typo

Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
7cb5dd1fdc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/Symfony/Tests/Component/Security/User/UserTest.php

+ 1 - 1
tests/Symfony/Tests/Component/Security/User/UserTest.php

@@ -40,7 +40,7 @@ class UserTest extends \PHPUnit_Framework_TestCase
      * @covers Symfony\Component\Security\User\User::__construct
      * @covers Symfony\Component\Security\User\User::getPassword
      */
-    public function testGetPassord()
+    public function testGetPassword()
     {
         $user = new User('fabien', 'superpass');
         $this->assertEquals('superpass', $user->getPassword());