芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/www/cepali/lib/behat/form_field/behat_form_textarea.php
. /** * Textarea field class. * * @package core_form * @category test * @copyright 2014 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_text.php'); /** * Textarea field class. * * @package core_form * @category test * @copyright 2014 David Monllaó * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class behat_form_textarea extends behat_form_text { }