Пример #1
0
 /**
  * @group accessors
  */
 public function testGetComment()
 {
     $userId = new Crypt_GPG_UserId(array('name' => 'Example User', 'comment' => 'This is a test comment'));
     $this->assertEquals('This is a test comment', $userId->getComment());
 }