public function testsetXML()
 {
     try {
         $file = realpath(dirname(__FILE__) . '/../lib/Options/states.xml');
         StatesOptions::setXML($file);
     } catch (Exception $e) {
         $this->file($e->getMessage());
     }
 }