MDL-66979 behat: availability field extends textarea

The availability behat field extends the textarea type, and therefore
needs to include this type.
This commit is contained in:
Andrew Nicols
2021-01-22 14:52:13 +08:00
parent c56395fba6
commit ce30baea59
@@ -25,7 +25,7 @@
// NOTE: no MOODLE_INTERNAL test here, this file may be required by behat before including /config.php.
require_once(__DIR__ . '/behat_form_field.php');
require_once(__DIR__ . '/behat_form_textarea.php');
/**
* Availability form field class.