/**
  * @expectedException PropelException
  */
 public function testInsertAtNoScope()
 {
     $t = new Table12();
     $t->insertAtRank(3);
 }