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