public function testgetLoginVars()
 {
     $SugarApplication = new SugarApplication();
     //execute the method and test that it returns a array.
     $vars = $SugarApplication->getLoginVars();
     $this->assertTrue(is_array($vars));
 }