Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 60... Línea 60...
60
    }
60
    }
Línea 61... Línea 61...
61
 
61
 
62
    /**
62
    /**
63
     * Tests the gradereport_user_myprofile_navigation() function.
63
     * Tests the gradereport_user_myprofile_navigation() function.
64
     */
64
     */
65
    public function test_gradereport_user_myprofile_navigation() {
65
    public function test_gradereport_user_myprofile_navigation(): void {
66
        $this->setAdminUser();
66
        $this->setAdminUser();
Línea 67... Línea 67...
67
        $iscurrentuser = false;
67
        $iscurrentuser = false;
68
 
68
 
Línea 74... Línea 74...
74
 
74
 
75
    /**
75
    /**
76
     * Tests the gradereport_user_myprofile_navigation() function for a user
76
     * Tests the gradereport_user_myprofile_navigation() function for a user
77
     * without permission to view the grade node.
77
     * without permission to view the grade node.
78
     */
78
     */
79
    public function test_gradereport_user_myprofile_navigation_without_permission() {
79
    public function test_gradereport_user_myprofile_navigation_without_permission(): void {
80
        $this->setUser($this->user);
80
        $this->setUser($this->user);
Línea 81... Línea 81...
81
        $iscurrentuser = true;
81
        $iscurrentuser = true;
82
 
82