Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 57... Línea 57...
57
    }
57
    }
Línea 58... Línea 58...
58
 
58
 
59
    /**
59
    /**
60
     * Test init_service_class().
60
     * Test init_service_class().
61
     */
61
     */
62
    public function test_init_service_class() {
62
    public function test_init_service_class(): void {
Línea 63... Línea 63...
63
        global $DB, $USER;
63
        global $DB, $USER;
Línea 64... Línea 64...
64
 
64
 
Línea 146... Línea 146...
146
    }
146
    }
Línea 147... Línea 147...
147
 
147
 
148
    /**
148
    /**
149
     * Tests update_token_lastaccess() function.
149
     * Tests update_token_lastaccess() function.
150
     */
150
     */
151
    public function test_update_token_lastaccess() {
151
    public function test_update_token_lastaccess(): void {
Línea 152... Línea 152...
152
        global $DB, $USER;
152
        global $DB, $USER;
Línea 153... Línea 153...
153
 
153
 
Línea 206... Línea 206...
206
    }
206
    }
Línea 207... Línea 207...
207
 
207
 
208
    /**
208
    /**
209
     * Tests for the {@see webservice::get_missing_capabilities_by_users()} implementation.
209
     * Tests for the {@see webservice::get_missing_capabilities_by_users()} implementation.
210
     */
210
     */
211
    public function test_get_missing_capabilities_by_users() {
211
    public function test_get_missing_capabilities_by_users(): void {
Línea 212... Línea 212...
212
        global $DB;
212
        global $DB;
213
 
213