public function testGetSetCase()
 {
     $case = new Lpa();
     $this->task->setCase($case);
     $this->assertEquals($case, $this->task->getCase());
 }