Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testSetEncryptedPassword()
 {
     $password = sha1('test');
     $this->object->setPassword('test');
     $this->assertEquals($password, $this->object->getPassword());
 }