Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 41... Línea 41...
41
            get_string('testscenario_file', 'tool_generator'),
41
            get_string('testscenario_file', 'tool_generator'),
42
            null,
42
            null,
43
            ['accepted_types' => ['.feature']]
43
            ['accepted_types' => ['.feature']]
44
        );
44
        );
45
        $mform->addRule('featurefile', null, 'required');
45
        $mform->addRule('featurefile', null, 'required');
-
 
46
 
-
 
47
        $options = [
-
 
48
            0 => get_string('execute_scenarios', 'tool_generator'),
-
 
49
            1 => get_string('execute_cleanup', 'tool_generator'),
-
 
50
        ];
-
 
51
        $mform->addElement('select', 'executecleanup', get_string('execute', 'tool_generator'), $options);
-
 
52
 
46
        $this->add_action_buttons(false, get_string('import'));
53
        $this->add_action_buttons(false, get_string('import'));
47
    }
54
    }
Línea 48... Línea 55...
48
 
55
 
49
    /**
56
    /**