Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 34... Línea 34...
34
    }
34
    }
Línea 35... Línea 35...
35
 
35
 
36
    /**
36
    /**
37
     * Test find course areas.
37
     * Test find course areas.
38
     */
38
     */
39
    public function test_find_course_areas() {
39
    public function test_find_course_areas(): void {
40
        $this->resetAfterTest();
40
        $this->resetAfterTest();
Línea 41... Línea 41...
41
        $this->setAdminUser();
41
        $this->setAdminUser();
42
 
42
 
Línea 120... Línea 120...
120
    }
120
    }
Línea 121... Línea 121...
121
 
121
 
122
    /**
122
    /**
123
     * Test find relevant areas.
123
     * Test find relevant areas.
124
     */
124
     */
125
    public function test_find_relevant_areas() {
125
    public function test_find_relevant_areas(): void {
126
        $this->resetAfterTest();
126
        $this->resetAfterTest();
Línea 127... Línea 127...
127
        $this->setAdminUser();
127
        $this->setAdminUser();
128
 
128
 
Línea 151... Línea 151...
151
    }
151
    }
Línea 152... Línea 152...
152
 
152
 
153
    /**
153
    /**
154
     * Test find system areas.
154
     * Test find system areas.
155
     */
155
     */
156
    public function test_find_system_areas() {
156
    public function test_find_system_areas(): void {
157
        $this->resetAfterTest();
157
        $this->resetAfterTest();
Línea 158... Línea 158...
158
        $this->setAdminUser();
158
        $this->setAdminUser();
159
 
159