Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 31... Línea 31...
31
 * @copyright  2008 The Open University
31
 * @copyright  2008 The Open University
32
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
32
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
33
 *
33
 *
34
 * @covers \question_type
34
 * @covers \question_type
35
 */
35
 */
36
class question_type_test extends \advanced_testcase {
36
final class question_type_test extends \advanced_testcase {
37
    public function test_save_question_name(): void {
37
    public function test_save_question_name(): void {
38
        $this->resetAfterTest();
38
        $this->resetAfterTest();
Línea 39... Línea 39...
39
 
39
 
40
        $questiongenerator = $this->getDataGenerator()->get_plugin_generator('core_question');
40
        $questiongenerator = $this->getDataGenerator()->get_plugin_generator('core_question');