Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 98... Línea 98...
98
    }
98
    }
Línea 99... Línea 99...
99
 
99
 
100
    /**
100
    /**
101
     * Test confirming that user ID's of xapi states can be added to the userlist.
101
     * Test confirming that user ID's of xapi states can be added to the userlist.
102
     */
102
     */
103
    public function test_add_userids_for_context() {
103
    public function test_add_userids_for_context(): void {
Línea 104... Línea 104...
104
        global $DB;
104
        global $DB;
Línea 105... Línea 105...
105
 
105
 
Línea 138... Línea 138...
138
    }
138
    }
Línea 139... Línea 139...
139
 
139
 
140
    /**
140
    /**
141
     * Test fetching the xapi state data for a specified user in a specified component and itemid.
141
     * Test fetching the xapi state data for a specified user in a specified component and itemid.
142
     */
142
     */
143
    public function test_get_xapi_states_for_user() {
143
    public function test_get_xapi_states_for_user(): void {
Línea 144... Línea 144...
144
        global $DB;
144
        global $DB;
Línea 145... Línea 145...
145
 
145
 
Línea 224... Línea 224...
224
    }
224
    }
Línea 225... Línea 225...
225
 
225
 
226
    /**
226
    /**
227
     * Test deletion of user xapi states based on an approved_userlist and component area.
227
     * Test deletion of user xapi states based on an approved_userlist and component area.
228
     */
228
     */
229
    public function test_delete_states_for_userlist() {
229
    public function test_delete_states_for_userlist(): void {
Línea 230... Línea 230...
230
        global $DB;
230
        global $DB;
Línea 231... Línea 231...
231
 
231