/**
  * @test
  */
 public function getCountryReturnsInitialValueForCountry()
 {
     $this->assertEquals(NULL, $this->subject->getCountry());
 }