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