/**
  * @covers Kunstmaan\NodeBundle\Entity\NodeVersion::getDefaultAdminType
  */
 public function testGetDefaultAdminType()
 {
     $this->assertNull($this->object->getDefaultAdminType());
 }