Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 67... Línea 67...
67
    }
67
    }
Línea 68... Línea 68...
68
 
68
 
69
    /*
69
    /*
70
     * test backup_check class
70
     * test backup_check class
71
     */
71
     */
Línea 72... Línea 72...
72
    public function test_backup_check() {
72
    public function test_backup_check(): void {
73
 
73
 
74
        // Check against existing course module/section course or fail
74
        // Check against existing course module/section course or fail
75
        $this->assertTrue(backup_check::check_id(backup::TYPE_1ACTIVITY, $this->moduleid));
75
        $this->assertTrue(backup_check::check_id(backup::TYPE_1ACTIVITY, $this->moduleid));