public function testIsEmptyFalse()
 {
     $form = new Admin_Form_Document_MultiSubForm('Admin_Form_Document_Identifier', 'Identifier');
     $form->appendSubForm();
     $this->assertFalse($form->isEmpty());
 }