Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 36... Línea 36...
36
class provider_test extends provider_testcase {
36
class provider_test extends provider_testcase {
Línea 37... Línea 37...
37
 
37
 
38
    /**
38
    /**
39
     * Test getting the context for the user ID related to this plugin.
39
     * Test getting the context for the user ID related to this plugin.
40
     */
40
     */
41
    public function test_get_contexts_for_userid() {
41
    public function test_get_contexts_for_userid(): void {
Línea 42... Línea 42...
42
        $this->resetAfterTest();
42
        $this->resetAfterTest();
43
 
43
 
44
        $user = $this->getDataGenerator()->create_user();
44
        $user = $this->getDataGenerator()->create_user();