/**
  * @expectedException \InvalidArgumentException
  */
 public function testGetThrowsInvalidArgumentException()
 {
     $this->subject->get('foo');
 }