Example #1
0
 /**
  * @expectedException \Propel\Runtime\Exception\PropelException
  */
 public function testRemoveUnknownOffset()
 {
     $col = new Collection();
     $col->remove(2);
 }