示例#1
0
 public function testTypeGetterAndSetter()
 {
     $entity = new EmailRecipient();
     $entity->setType('test');
     $this->assertEquals('test', $entity->getType());
 }