/**
  * @expectedException PropelException
  */
 public function testGetPeerClassNoModel()
 {
     $col = new PropelCollection();
     $col->getPeerClass();
 }