/**
  * @expectedException \OutOfBoundsException
  */
 public function testSortSecondaryKeysFailsIfNotFound()
 {
     $this->map->sortSecondaryKeys('foobar');
 }