public function testgetCase()
 {
     $aopCaseUpdates = new AOP_Case_Updates();
     //execute the method and verify that it returns a Case object
     $result = $aopCaseUpdates->getCase();
     $this->assertInstanceOf('aCase', $result);
 }