Exemplo n.º 1
0
 /**
  * Test if value can be set
  *
  * @test
  * @return void
  */
 public function getLocationCountryReturnsExpectedValue()
 {
     $this->subject->setLocationCountry('Germany');
     $this->assertSame('Germany', $this->subject->getLocationCountry());
 }