コード例 #1
0
 /**
  * @covers Braincrafted\Bundle\BootstrapBundle\Form\Type\BootstrapCollectionType::getParent()
  */
 public function testGetParent()
 {
     $this->assertEquals(LegacyFormHelper::getType('collection'), $this->type->getParent());
 }
コード例 #2
0
 /**
  * @covers Braincrafted\Bundle\BootstrapBundle\Form\Type\BootstrapCollectionType::getParent()
  */
 public function testGetParent()
 {
     $this->assertEquals('collection', $this->type->getParent());
 }