Proyectos de Subversion Moodle

Rev

Rev 11 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11 Rev 1441
Línea 30... Línea 30...
30
 *
30
 *
31
 * @package   qtype_essay
31
 * @package   qtype_essay
32
 * @copyright 2013 The Open University
32
 * @copyright 2013 The Open University
33
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
33
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
34
 */
34
 */
35
class walkthrough_test extends \qbehaviour_walkthrough_test_base {
35
final class walkthrough_test extends \qbehaviour_walkthrough_test_base {
Línea 36... Línea 36...
36
 
36
 
37
    protected function check_contains_textarea($name, $content = '', $height = 10) {
37
    protected function check_contains_textarea($name, $content = '', $height = 10) {
Línea 38... Línea 38...
38
        $fieldname = $this->quba->get_field_prefix($this->slot) . $name;
38
        $fieldname = $this->quba->get_field_prefix($this->slot) . $name;