public function testCountryISOAlpha3()
 {
     $this->assertRegExp('/^[A-Z]{3}$/', Miscellaneous::countryISOAlpha3());
 }