Exemplo n.º 1
0
 public function testConstructForm()
 {
     $form = new Admin_Form_Document_PersonAdd();
     $this->assertEquals(1, count($form->getSubForms()));
     $this->assertNotNull($form->getSubForm('Document'));
     // TODO formelements
     // TODO buttons
 }