public function testGetName()
 {
     $type = new ContextsSelectType($this->em);
     $this->assertEquals('oro_email_contexts_select', $type->getName());
 }
 public function testGetName()
 {
     $type = new ContextsSelectType($this->em, $this->configManager, $this->translator, $this->mapper, $this->securityFacade);
     $this->assertEquals('oro_email_contexts_select', $type->getName());
 }