Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 49... Línea 49...
49
    }
49
    }
Línea 50... Línea 50...
50
 
50
 
51
    /**
51
    /**
52
     * Test for getting user enrolment actions.
52
     * Test for getting user enrolment actions.
53
     */
53
     */
54
    public function test_get_user_enrolment_actions() {
54
    public function test_get_user_enrolment_actions(): void {
55
        global $CFG, $PAGE;
55
        global $CFG, $PAGE;
Línea 56... Línea 56...
56
        $this->resetAfterTest();
56
        $this->resetAfterTest();
57
 
57