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