Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 36... Línea 36...
36
    }
36
    }
Línea 37... Línea 37...
37
 
37
 
38
    /**
38
    /**
39
     * Test the cleanup task.
39
     * Test the cleanup task.
40
     */
40
     */
41
    public function test_cleanup_task() {
41
    public function test_cleanup_task(): void {
Línea 42... Línea 42...
42
        global $DB;
42
        global $DB;
43
 
43
 
Línea 93... Línea 93...
93
    }
93
    }
Línea 94... Línea 94...
94
 
94
 
95
    /**
95
    /**
96
     * Test the cleanup task with a manual grade item.
96
     * Test the cleanup task with a manual grade item.
97
     */
97
     */
98
    public function test_cleanup_task_with_manual_item() {
98
    public function test_cleanup_task_with_manual_item(): void {
Línea 99... Línea 99...
99
        global $CFG, $DB;
99
        global $CFG, $DB;
100
 
100