コード例 #1
0
 /**
  * @expectedException \OutOfBoundsException
  */
 public function testGetLastFailsIfUnknownPrimaryKey()
 {
     $this->map->getLast('foo');
 }