Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 77... Línea 77...
77
     *
77
     *
78
     * @dataProvider custom_user_menu_data
78
     * @dataProvider custom_user_menu_data
79
     * @param string $input The menu text to test
79
     * @param string $input The menu text to test
80
     * @param int $entrycount The numbers of entries expected
80
     * @param int $entrycount The numbers of entries expected
81
     */
81
     */
82
    public function test_custom_user_menu($data, $entrycount, $dividercount) {
82
    public function test_custom_user_menu($data, $entrycount, $dividercount): void {
83
        global $CFG, $OUTPUT, $USER, $PAGE;
83
        global $CFG, $OUTPUT, $USER, $PAGE;
Línea 84... Línea 84...
84
 
84
 
85
        // Must reset because of config and user modifications.
85
        // Must reset because of config and user modifications.