Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 45... Línea 45...
45
    }
45
    }
Línea 46... Línea 46...
46
 
46
 
47
    /**
47
    /**
48
     * Test for provider::get_contexts_for_userid().
48
     * Test for provider::get_contexts_for_userid().
49
     */
49
     */
50
    public function test_get_contexts_for_userid() {
50
    public function test_get_contexts_for_userid(): void {
Línea 51... Línea 51...
51
        global $DB;
51
        global $DB;
52
 
52
 
53
        // Test setup.
53
        // Test setup.
Línea 88... Línea 88...
88
    }
88
    }
Línea 89... Línea 89...
89
 
89
 
90
    /**
90
    /**
91
     * Test for provider::test_get_users_in_context().
91
     * Test for provider::test_get_users_in_context().
92
     */
92
     */
93
    public function test_get_users_in_context() {
93
    public function test_get_users_in_context(): void {
94
        global $DB;
94
        global $DB;
Línea 95... Línea 95...
95
        $component = 'repository_onedrive';
95
        $component = 'repository_onedrive';
96
 
96
 
Línea 157... Línea 157...
157
    }
157
    }
Línea 158... Línea 158...
158
 
158
 
159
    /**
159
    /**
160
     * Test for provider::export_user_data().
160
     * Test for provider::export_user_data().
161
     */
161
     */
162
    public function test_export_user_data() {
162
    public function test_export_user_data(): void {
Línea 163... Línea 163...
163
        global $DB;
163
        global $DB;
164
 
164
 
165
        // Test setup.
165
        // Test setup.
Línea 210... Línea 210...
210
    }
210
    }
Línea 211... Línea 211...
211
 
211
 
212
    /**
212
    /**
213
     * Test for provider::delete_data_for_all_users_in_context().
213
     * Test for provider::delete_data_for_all_users_in_context().
214
     */
214
     */
215
    public function test_delete_data_for_all_users_in_context() {
215
    public function test_delete_data_for_all_users_in_context(): void {
Línea 216... Línea 216...
216
        global $DB;
216
        global $DB;
217
 
217
 
218
        // Test setup.
218
        // Test setup.
Línea 258... Línea 258...
258
    }
258
    }
Línea 259... Línea 259...
259
 
259
 
260
    /**
260
    /**
261
     * Test for provider::delete_data_for_user().
261
     * Test for provider::delete_data_for_user().
262
     */
262
     */
263
    public function test_delete_data_for_user() {
263
    public function test_delete_data_for_user(): void {
Línea 264... Línea 264...
264
        global $DB;
264
        global $DB;
265
 
265
 
266
        // Test setup.
266
        // Test setup.
Línea 327... Línea 327...
327
    }
327
    }
Línea 328... Línea 328...
328
 
328
 
329
    /**
329
    /**
330
     * Test for provider::delete_data_for_users().
330
     * Test for provider::delete_data_for_users().
331
     */
331
     */
332
    public function test_delete_data_for_users() {
332
    public function test_delete_data_for_users(): void {
333
        global $DB;
333
        global $DB;
Línea 334... Línea 334...
334
        $component = 'repository_onedrive';
334
        $component = 'repository_onedrive';
335
 
335