/**
  * @expectedException PropelException
  */
 public function testInsertAtBottomNoScope()
 {
     $t = new Table12();
     $t->insertAtBottom();
 }