/**
  * @covers Kunstmaan\PagePartBundle\Form\RawHTMLPagePartAdminType::buildForm
  */
 public function testBuildForm()
 {
     $this->object->buildForm($this->builder, array());
     $this->builder->get('content');
 }