MDL-39012 behat: Fix missing setType calls

This commit is contained in:
David Monllao
2013-04-08 09:21:10 +08:00
parent 422f68fb86
commit 0875eeef4f
@@ -61,6 +61,7 @@ class steps_definitions_form extends moodleform {
);
$mform->addElement('text', 'filter', get_string('stepsdefinitionscontains', 'tool_behat'));
$mform->setType('filter', PARAM_NOTAGS);
$mform->addElement('submit', 'submit', get_string('viewsteps', 'tool_behat'));
}