Exemplo n.º 1
0
 public function testTableLoading()
 {
     $this->_initAdapter('User');
     $form = new CU_Form_Model(array('model' => 'User', 'adapter' => $this->_adapter));
     $this->assertEquals('User', $form->getTable());
 }