コード例 #1
0
 public function testGetParent()
 {
     $this->assertEquals('Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', $this->type->getParent());
 }
コード例 #2
0
 public function testGetParent()
 {
     $this->assertEquals('choice', $this->type->getParent());
 }