Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 59... Línea 59...
59
    }
59
    }
Línea 60... Línea 60...
60
 
60
 
61
    /**
61
    /**
62
     * Tests the core_notes_myprofile_navigation() function.
62
     * Tests the core_notes_myprofile_navigation() function.
63
     */
63
     */
64
    public function test_core_notes_myprofile_navigation() {
64
    public function test_core_notes_myprofile_navigation(): void {
Línea 65... Línea 65...
65
        global $USER;
65
        global $USER;
66
 
66
 
67
        // Set up the test.
67
        // Set up the test.
Línea 79... Línea 79...
79
    }
79
    }
Línea 80... Línea 80...
80
 
80
 
81
    /**
81
    /**
82
     * Tests the core_notes_myprofile_navigation() function.
82
     * Tests the core_notes_myprofile_navigation() function.
83
     */
83
     */
84
    public function test_core_notes_myprofile_navigation_as_guest() {
84
    public function test_core_notes_myprofile_navigation_as_guest(): void {
Línea 85... Línea 85...
85
        global $USER;
85
        global $USER;
86
 
86
 
Línea 95... Línea 95...
95
    }
95
    }
Línea 96... Línea 96...
96
 
96
 
97
    /**
97
    /**
98
     * Tests the core_notes_myprofile_navigation() function.
98
     * Tests the core_notes_myprofile_navigation() function.
99
     */
99
     */
100
    public function test_core_notes_myprofile_navigation_notes_disabled() {
100
    public function test_core_notes_myprofile_navigation_notes_disabled(): void {
Línea 101... Línea 101...
101
        global $USER;
101
        global $USER;
102
 
102