getCountry() public method

public getCountry ( )
 public function testCountrySetter()
 {
     $object = new GenericConfiguration();
     $object->setCountry('DE');
     $this->assertEquals('de', $object->getCountry());
 }