function _generate_xml_for_all_fields_form($args)
 {
     $type = array('forms', 'items', 'actions');
     $xml_args = array('ids' => array($args['parent_form_id']));
     $path = FrmUnitTest::generate_xml($type, $xml_args);
     return $path;
 }
 function setUp()
 {
     parent::setUp();
     // Set current userID to 1 so UserID filter will work in Views
     $this->set_current_user_to_1();
 }