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