Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 93... Línea 93...
93
 
93
 
94
 
94
 
95
    /*
95
    /*
96
     * Test get surveys by courses
96
     * Test get surveys by courses
97
     */
97
     */
Línea 98... Línea 98...
98
    public function test_mod_survey_get_surveys_by_courses() {
98
    public function test_mod_survey_get_surveys_by_courses(): void {
99
        global $DB;
99
        global $DB;
Línea 220... Línea 220...
220
    }
220
    }
Línea 221... Línea 221...
221
 
221
 
222
    /**
222
    /**
223
     * Test view_survey
223
     * Test view_survey
224
     */
224
     */
225
    public function test_view_survey() {
225
    public function test_view_survey(): void {
Línea 226... Línea 226...
226
        global $DB;
226
        global $DB;
227
 
227
 
228
        // Test invalid instance id.
228
        // Test invalid instance id.
Línea 280... Línea 280...
280
    }
280
    }
Línea 281... Línea 281...
281
 
281
 
282
    /**
282
    /**
283
     * Test get_questions
283
     * Test get_questions
284
     */
284
     */
285
    public function test_get_questions() {
285
    public function test_get_questions(): void {
Línea 286... Línea 286...
286
        global $DB;
286
        global $DB;
287
 
287
 
Línea 334... Línea 334...
334
    }
334
    }
Línea 335... Línea 335...
335
 
335
 
336
    /**
336
    /**
337
     * Test submit_answers
337
     * Test submit_answers
338
     */
338
     */
339
    public function test_submit_answers() {
339
    public function test_submit_answers(): void {
Línea 340... Línea 340...
340
        global $DB;
340
        global $DB;
341
 
341