diff --git a/lib/behat/form_field/behat_form_availability.php b/lib/behat/form_field/behat_form_availability.php index 54f38fd3ed6..fb9c7eedd50 100644 --- a/lib/behat/form_field/behat_form_availability.php +++ b/lib/behat/form_field/behat_form_availability.php @@ -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.