예제 #1
0
 public function testName()
 {
     $this->assertSame('twig', $this->type->getName());
 }
예제 #2
0
파일: BooleanType.php 프로젝트: php-lug/lug
 /**
  * {@inheritdoc}
  */
 public function configureOptions(OptionsResolver $resolver)
 {
     parent::configureOptions($resolver);
     $resolver->setDefault('template', $this->template);
 }