Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 145... Línea 145...
145
    }
145
    }
Línea 146... Línea 146...
146
 
146
 
147
    /**
147
    /**
148
     * Backup structures tests (construction, definition and execution)
148
     * Backup structures tests (construction, definition and execution)
149
     */
149
     */
150
    function test_backup_structure_construct() {
150
    function test_backup_structure_construct(): void {
Línea 151... Línea 151...
151
        global $DB;
151
        global $DB;
Línea 152... Línea 152...
152
 
152
 
Línea 469... Línea 469...
469
    }
469
    }
Línea 470... Línea 470...
470
 
470
 
471
    /**
471
    /**
472
     * Backup structures wrong tests (trying to do things the wrong way)
472
     * Backup structures wrong tests (trying to do things the wrong way)
473
     */
473
     */
Línea 474... Línea 474...
474
    function test_backup_structure_wrong() {
474
    function test_backup_structure_wrong(): void {
475
 
475
 
476
        // Instantiate the backup processor
476
        // Instantiate the backup processor