public function testCanCreateUpdatePasswordForm()
 {
     $form = new NetsensiaForm();
     $form->addHidden('test', 'testvalue');
     $this->assertTrue($form->get('test') instanceof Element);
 }