Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 39... Línea 39...
39
 
39
 
40
    /**
40
    /**
41
     * Test the functions quiz_update_open_attempts(), get_list_of_overdue_attempts() and
41
     * Test the functions quiz_update_open_attempts(), get_list_of_overdue_attempts() and
42
     * update_overdue_attempts().
42
     * update_overdue_attempts().
43
     */
43
     */
44
    public function test_bulk_update_functions() {
44
    public function test_bulk_update_functions(): void {
45
        global $DB;
45
        global $DB;
46
        $this->resetAfterTest();
46
        $this->resetAfterTest();
Línea 47... Línea 47...
47
        $this->setAdminUser();
47
        $this->setAdminUser();
Línea 465... Línea 465...
465
    }
465
    }
Línea 466... Línea 466...
466
 
466
 
467
    /**
467
    /**
468
     * Test the group event handlers
468
     * Test the group event handlers
469
     */
469
     */
470
    public function test_group_event_handlers() {
470
    public function test_group_event_handlers(): void {
Línea 471... Línea 471...
471
        global $DB;
471
        global $DB;
Línea 472... Línea 472...
472
 
472
 
Línea 536... Línea 536...
536
    }
536
    }
Línea 537... Línea 537...
537
 
537
 
538
    /**
538
    /**
539
     * Test the functions quiz_create_attempt_handling_errors
539
     * Test the functions quiz_create_attempt_handling_errors
540
     */
540
     */
541
    public function test_quiz_create_attempt_handling_errors() {
541
    public function test_quiz_create_attempt_handling_errors(): void {
542
        $this->resetAfterTest(true);
542
        $this->resetAfterTest(true);
Línea 543... Línea 543...
543
        $this->setAdminUser();
543
        $this->setAdminUser();
544
 
544