public function testCountryCode()
 {
     $this->assertRegExp('/^[A-Z]{2}$/', Miscellaneous::countryCode());
 }