Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 38... Línea 38...
38
class provider_test extends \core_privacy\tests\provider_testcase {
38
class provider_test extends \core_privacy\tests\provider_testcase {
Línea 39... Línea 39...
39
 
39
 
40
    /**
40
    /**
41
     * Test for provider::test_export_user_preferences().
41
     * Test for provider::test_export_user_preferences().
42
     */
42
     */
43
    public function test_export_user_preferences() {
43
    public function test_export_user_preferences(): void {
Línea 44... Línea 44...
44
        global $DB;
44
        global $DB;
45
 
45
 
46
        // Test setup.
46
        // Test setup.