Ejemplo n.º 1
0
 /**
  * Test if value can be set
  *
  * @test
  * @return void
  */
 public function getLocationCityReturnsExpectedValue()
 {
     $this->subject->setLocationCity('Flensburg');
     $this->assertSame('Flensburg', $this->subject->getLocationCity());
 }