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
    use mod_forum_tests_generator_trait;
34
    use mod_forum_tests_generator_trait;
Línea 35... Línea 35...
35
 
35
 
36
    /**
36
    /**
37
     * Test get_from_user_id_and_post_ids.
37
     * Test get_from_user_id_and_post_ids.
38
     */
38
     */
39
    public function test_get_from_user_id_and_post_ids() {
39
    public function test_get_from_user_id_and_post_ids(): void {
40
        global $DB;
40
        global $DB;
Línea 41... Línea 41...
41
        $this->resetAfterTest();
41
        $this->resetAfterTest();
42
 
42