コード例 #1
0
 /**
  * @expectedException PropelException
  */
 public function testGetUnknownOffset()
 {
     $col = new PropelCollection();
     $bar = $col->get('foo');
 }