Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 53... Línea 53...
53
    }
53
    }
Línea 54... Línea 54...
54
 
54
 
55
    /**
55
    /**
56
     * Test comment_created event.
56
     * Test comment_created event.
57
     */
57
     */
58
    public function test_comment_created() {
58
    public function test_comment_created(): void {
Línea 59... Línea 59...
59
        global $CFG;
59
        global $CFG;
Línea 60... Línea 60...
60
 
60
 
Línea 117... Línea 117...
117
    }
117
    }
Línea 118... Línea 118...
118
 
118
 
119
    /**
119
    /**
120
     * Test comment_deleted event.
120
     * Test comment_deleted event.
121
     */
121
     */
122
    public function test_comment_deleted() {
122
    public function test_comment_deleted(): void {
Línea 123... Línea 123...
123
        global $CFG;
123
        global $CFG;
Línea 124... Línea 124...
124
 
124