/**
  * @covers Kunstmaan\PagePartBundle\Form\LinePagePartAdminType::configureOptions
  */
 public function testConfigureOptions()
 {
     $this->object->configureOptions($this->resolver);
     $resolve = $this->resolver->resolve();
     $this->assertEquals($resolve["data_class"], 'Kunstmaan\\PagePartBundle\\Entity\\LinePagePart');
 }