Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 72... Línea 72...
72
    }
72
    }
Línea 73... Línea 73...
73
 
73
 
74
    /*
74
    /*
75
     * test backup_ops class
75
     * test backup_ops class
76
     */
76
     */
77
    function test_backup_dbops() {
77
    function test_backup_dbops(): void {
78
        // Nothing to do here, abstract class + exception, will be tested by the rest
78
        // Nothing to do here, abstract class + exception, will be tested by the rest
Línea 79... Línea 79...
79
    }
79
    }
80
 
80
 
81
    /*
81
    /*
82
     * test backup_controller_dbops class
82
     * test backup_controller_dbops class
83
     */
83
     */
Línea 84... Línea 84...
84
    function test_backup_controller_dbops() {
84
    function test_backup_controller_dbops(): void {
Línea 85... Línea 85...
85
        global $DB;
85
        global $DB;
Línea 173... Línea 173...
173
    }
173
    }
Línea 174... Línea 174...
174
 
174
 
175
    /**
175
    /**
176
     * Check backup_includes_files
176
     * Check backup_includes_files
177
     */
177
     */
178
    function test_backup_controller_dbops_includes_files() {
178
    function test_backup_controller_dbops_includes_files(): void {
Línea 179... Línea 179...
179
        global $DB;
179
        global $DB;
Línea 180... Línea 180...
180
 
180