/**
  * @expectedException PropelException
  */
 public function testInsertAtOverMaxRank()
 {
     $t = new Table11();
     $t->insertAtRank(6);
 }