Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 85... Línea 85...
85
 
85
 
86
    /**
86
    /**
87
     * Ensure that posts written in a forum marked for separate groups includes notifications for the members of that
87
     * Ensure that posts written in a forum marked for separate groups includes notifications for the members of that
88
     * group, and any user with accessallgroups.
88
     * group, and any user with accessallgroups.
89
     */
89
     */
90
    public function test_separate_group() {
90
    public function test_separate_group(): void {
Línea 91... Línea 91...
91
        global $CFG, $DB;
91
        global $CFG, $DB;
Línea 92... Línea 92...
92
 
92
 
Línea 164... Línea 164...
164
 
164
 
165
    /**
165
    /**
166
     * Ensure that posts written in a forum marked for visible groups includes notifications for the members of that
166
     * Ensure that posts written in a forum marked for visible groups includes notifications for the members of that
167
     * group, and any user with accessallgroups.
167
     * group, and any user with accessallgroups.
168
     */
168
     */
169
    public function test_visible_group() {
169
    public function test_visible_group(): void {
Línea 170... Línea 170...
170
        global $CFG, $DB;
170
        global $CFG, $DB;
Línea 171... Línea 171...
171
 
171