Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 36... Línea 36...
36
    private $course;
36
    private $course;
Línea 37... Línea 37...
37
 
37
 
38
    /**
38
    /**
39
     * Create all the needed elements to test the difference between both functions.
39
     * Create all the needed elements to test the difference between both functions.
40
     */
40
     */
41
    public function test_markerusers() {
41
    public function test_markerusers(): void {
42
        $this->resetAfterTest();
42
        $this->resetAfterTest();
Línea 43... Línea 43...
43
        global $DB;
43
        global $DB;
44
 
44