/**
  * @expectedException \OutOfBoundsException
  */
 public function testGetLastFailsIfUnknownPrimaryKey()
 {
     $this->map->getLast('foo');
 }