Example #1
0
 /**
  * @expectedException \Propel\Runtime\Exception\PropelException
  */
 public function testGetUnknownOffset()
 {
     $col = new Collection();
     $bar = $col->get('foo');
 }