コード例 #1
0
 /**
  * @covers Kunstmaan\RedirectBundle\Form\RedirectAdminType::getName
  */
 public function testGetName()
 {
     $this->assertEquals(RedirectAdminType::class, $this->objectMultiDomain->getName());
 }
コード例 #2
0
 /**
  * @covers Kunstmaan\RedirectBundle\Form\RedirectAdminType::getName
  */
 public function testGetName()
 {
     $this->assertEquals('redirect_form', $this->object->getName());
 }