/**
  * Generated from @assert () == 'kunstmaan_pagepartbundle_rawhtmlpageparttype'.
  *
  * @covers Kunstmaan\PagePartBundle\Form\RawHTMLPagePartAdminType::getName
  */
 public function testGetName()
 {
     $this->assertEquals('kunstmaan_pagepartbundle_rawhtmlpageparttype', $this->object->getName());
 }
 /**
  * @covers Kunstmaan\PagePartBundle\Form\RawHTMLPagePartAdminType::getName
  */
 public function testGetName()
 {
     $this->assertEquals(RawHTMLPagePartAdminType::class, $this->object->getName());
 }