Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 136... Línea 136...
136
 
136
 
137
    /**
137
    /**
138
     * Test comments attached to questions persist
138
     * Test comments attached to questions persist
139
     * across the backup and restore process.
139
     * across the backup and restore process.
140
     */
140
     */
141
    public function test_backup_restore() {
141
    public function test_backup_restore(): void {
142
        global $DB, $CFG;
142
        global $DB, $CFG;
143
        require_once($CFG->dirroot . '/comment/lib.php');
143
        require_once($CFG->dirroot . '/comment/lib.php');
144
        $this->resetAfterTest();
144
        $this->resetAfterTest();