Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 56... Línea 56...
56
    }
56
    }
Línea 57... Línea 57...
57
 
57
 
58
    /**
58
    /**
59
     * Test getting course copy progress.
59
     * Test getting course copy progress.
60
     */
60
     */
61
    public function test_get_copy_progress() {
61
    public function test_get_copy_progress(): void {
Línea 62... Línea 62...
62
        global $USER;
62
        global $USER;
Línea 63... Línea 63...
63
 
63
 
Línea 122... Línea 122...
122
    }
122
    }
Línea 123... Línea 123...
123
 
123
 
124
    /**
124
    /**
125
     * Test ajax submission of course copy process.
125
     * Test ajax submission of course copy process.
126
     */
126
     */
127
    public function test_submit_copy_form() {
127
    public function test_submit_copy_form(): void {
Línea 128... Línea 128...
128
        global $DB;
128
        global $DB;
Línea 129... Línea 129...
129
 
129