Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 86... Línea 86...
86
 
86
 
87
    /**
87
    /**
88
     * Test that a user who has not posted in a q&a forum does not receive
88
     * Test that a user who has not posted in a q&a forum does not receive
89
     * notificatinos.
89
     * notificatinos.
90
     */
90
     */
91
    public function test_user_has_not_posted() {
91
    public function test_user_has_not_posted(): void {
Línea 92... Línea 92...
92
        global $CFG, $DB;
92
        global $CFG, $DB;
Línea 93... Línea 93...
93
 
93