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:18 +08:00
parent 13c2654eb1
commit 0bd971ebc0
@@ -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.