/**
  * @expectedException PropelException
  */
 public function testMoveToNewObject()
 {
     $t = new Table12();
     $t->moveToRank(2);
 }