public function testGetFullCountryName()
 {
     $this->assertEquals('Australia', Utilities::get_full_country_name('AU', 'en_US'));
 }