public function testGetParent()
 {
     $this->assertEquals('Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', $this->type->getParent());
 }
 public function testGetParent()
 {
     $this->assertEquals('choice', $this->type->getParent());
 }