コード例 #1
1
 public function testGetParent()
 {
     $type = new ChoiceFieldMaskType();
     $this->assertSame('choice', $type->getParent());
 }