Example #1
0
 /**
  * @expectedException \OutOfBoundsException
  */
 public function testSeekOutOfBoundsException()
 {
     $this->collection->seek(8);
 }