/**
  * @test
  */
 public function getResortReturnsInitialValueForString()
 {
     $this->assertSame('', $this->subject->getResort());
 }