X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/question/tests/behat
home
/
cbholdings
/
pasukulu
/
question
/
tests
/
behat
/
📁
..
📄
behat_core_question.php
(13.18 KB)
📄
behat_question.php
(1.62 KB)
📄
behat_question_base.php
(2.27 KB)
📄
delete_question_activities.feature
(1.8 KB)
📄
delete_questions.feature
(4.5 KB)
📄
duplicate_questions.feature
(2.89 KB)
📄
edit_question_tags.feature
(2.07 KB)
📄
edit_question_versioning.feature
(2.14 KB)
📄
edit_questions.feature
(5.44 KB)
📄
edit_questions_standard_tags.feature
(1.23 KB)
📄
filter_questions_by_tag.feature
(1.66 KB)
📄
question_categories.feature
(2.08 KB)
📄
question_categories_idnumber.feature
(5 KB)
📄
question_highlight.feature
(1.7 KB)
📄
select_questions.feature
(2.65 KB)
📄
sort_questions.feature
(3.44 KB)
Editing: behat_question.php
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with Moodle. If not, see <http://www.gnu.org/licenses/>. // NOTE: no MOODLE_INTERNAL test here, this file may be required by behat before including /config.php. require_once(__DIR__ . '/../../../lib/behat/behat_deprecated_base.php'); require_once(__DIR__ . '/behat_question_base.php'); /** * Deprecated class, only kept for backwards compatibility. * * @package core_question * @category test * @copyright 2022 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @deprecated since Moodle 4.0. Use behat_core_question instead * (if you need to refer to this class at all, which you probably don't). */ class behat_question extends behat_deprecated_base { public function __call($name, $arguments) { if (method_exists(behat_core_question::class, $name)) { $this->deprecated_message('The behat_question class has been moved to behat_core_question.'); $this->execute("behat_core_question::{$name}", $arguments); } } }
Upload File
Create Folder