public function testSetProfonditaDa()
 {
     $this->objectGetter->setProfonditaDa(21);
     $this->assertNotEmpty($this->objectGetter->getQueryBuilder()->getParameter('profonditaDa'));
 }