public function testGetName()
 {
     $type = new EmailType(array());
     $this->assertEquals('oro_email_email', $type->getName());
 }
 public function testGetName()
 {
     $type = new EmailType($this->securityContext);
     $this->assertEquals('oro_email_email', $type->getName());
 }