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