/**
  * @covers Kunstmaan\NodeBundle\Entity\NodeTranslation::getDefaultAdminType
  */
 public function testGetDefaultAdminType()
 {
     $this->assertInstanceOf('Kunstmaan\\NodeBundle\\Form\\NodeTranslationAdminType', $this->object->getDefaultAdminType());
 }