public function testgetUpdateUser()
 {
     $aopCaseUpdates = new AOP_Case_Updates();
     //execute the method and verify that it returns an instance of User
     $result = $aopCaseUpdates->getUpdateUser();
     $this->assertInstanceOf('User', $result);
 }