getState() public method

public getState ( $stateKey )
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testGetUnknownState()
 {
     $this->buildVisitorUnique();
     $this->sut->getState('svfdgbtgf');
 }