. /** * Silly behat_form_select extension. * * @package core_form * @category test * @copyright 2013 David MonllaĆ³ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ // NOTE: no MOODLE_INTERNAL test here, this file may be required by behat before including /config.php. require_once(__DIR__ . '/behat_form_select.php'); /** * Allows interaction with fmodvisible form fields. * * Plain behat_form_select extension as is the same * kind of field. * * @package core_form * @category test * @copyright 2013 David MonllaĆ³ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class behat_form_modvisible extends behat_form_select { }