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 that we can fetch metadata about users for the whole system and that it matches the system count.
48
     * Test that we can fetch metadata about users for the whole system and that it matches the system count.
49
     */
49
     */
50
    public function test_get_registry_metadata_count() {
50
    public function test_get_registry_metadata_count(): void {
Línea 51... Línea 51...
51
        $data = $this->get_meta_data();
51
        $data = $this->get_meta_data();
Línea 52... Línea 52...
52
 
52
 
Línea 69... Línea 69...
69
    }
69
    }
Línea 70... Línea 70...
70
 
70
 
71
    /**
71
    /**
72
     * Check that the expected null provider information is returned.
72
     * Check that the expected null provider information is returned.
73
     */
73
     */
74
    public function test_get_registry_metadata_null_provider_details() {
74
    public function test_get_registry_metadata_null_provider_details(): void {
Línea 75... Línea 75...
75
        $data = $this->get_meta_data();
75
        $data = $this->get_meta_data();
76
 
76
 
77
        // Check details of core privacy (a null privder) are correct.
77
        // Check details of core privacy (a null privder) are correct.
Línea 81... Línea 81...
81
    }
81
    }
Línea 82... Línea 82...
82
 
82
 
83
    /**
83
    /**
84
     * Check that the expected privacy provider information is returned.
84
     * Check that the expected privacy provider information is returned.
85
     */
85
     */
86
    public function test_get_registry_metadata_provider_details() {
86
    public function test_get_registry_metadata_provider_details(): void {
Línea 87... Línea 87...
87
        $data = $this->get_meta_data();
87
        $data = $this->get_meta_data();
88
 
88
 
89
        // Check details of core rating (a normal provider) are correct.
89
        // Check details of core rating (a normal provider) are correct.