Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 40... Línea 40...
40
    }
40
    }
Línea 41... Línea 41...
41
 
41
 
42
    /**
42
    /**
43
     * Test find course areas.
43
     * Test find course areas.
44
     */
44
     */
45
    public function test_find_course_areas() {
45
    public function test_find_course_areas(): void {
46
        $this->resetAfterTest();
46
        $this->resetAfterTest();
Línea 47... Línea 47...
47
        $this->setAdminUser();
47
        $this->setAdminUser();
48
 
48
 
Línea 124... Línea 124...
124
    }
124
    }
Línea 125... Línea 125...
125
 
125
 
126
    /**
126
    /**
127
     * Test find relevant areas.
127
     * Test find relevant areas.
128
     */
128
     */
129
    public function test_find_relevant_areas() {
129
    public function test_find_relevant_areas(): void {
130
        $this->resetAfterTest();
130
        $this->resetAfterTest();
Línea 131... Línea 131...
131
        $this->setAdminUser();
131
        $this->setAdminUser();
132
 
132
 
Línea 154... Línea 154...
154
    }
154
    }
Línea 155... Línea 155...
155
 
155
 
156
    /**
156
    /**
157
     * Test find system areas.
157
     * Test find system areas.
158
     */
158
     */
159
    public function test_find_system_areas() {
159
    public function test_find_system_areas(): void {
160
        $this->resetAfterTest();
160
        $this->resetAfterTest();
Línea 161... Línea 161...
161
        $this->setAdminUser();
161
        $this->setAdminUser();
162
 
162
 
Línea 195... Línea 195...
195
    /**
195
    /**
196
     * Test get course and category.
196
     * Test get course and category.
197
     *
197
     *
198
     * @covers ::get_course_and_category
198
     * @covers ::get_course_and_category
199
     */
199
     */
200
    public function test_get_course_and_category() {
200
    public function test_get_course_and_category(): void {
201
        $this->resetAfterTest();
201
        $this->resetAfterTest();
202
        $this->setAdminUser();
202
        $this->setAdminUser();
Línea 203... Línea 203...
203
 
203
 
204
        $course = $this->getDataGenerator()->create_course();
204
        $course = $this->getDataGenerator()->create_course();