Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 235... Línea 235...
235
            return;
235
            return;
236
        }
236
        }
237
        $this->assertFalse($DB->record_exists('user_enrolments', array('enrolid' => $dbinstance->id, 'userid' => self::$users[$userindex]->id)));
237
        $this->assertFalse($DB->record_exists('user_enrolments', array('enrolid' => $dbinstance->id, 'userid' => self::$users[$userindex]->id)));
238
    }
238
    }
Línea 239... Línea 239...
239
 
239
 
240
    public function test_sync_user_enrolments() {
240
    public function test_sync_user_enrolments(): void {
Línea 241... Línea 241...
241
        global $DB;
241
        global $DB;
Línea 242... Línea 242...
242
 
242
 
Línea 425... Línea 425...
425
    }
425
    }
Línea 426... Línea 426...
426
 
426
 
427
    /**
427
    /**
428
     * @depends test_sync_user_enrolments
428
     * @depends test_sync_user_enrolments
429
     */
429
     */
430
    public function test_sync_users() {
430
    public function test_sync_users(): void {
Línea 431... Línea 431...
431
        global $DB;
431
        global $DB;
432
 
432
 
433
        $this->resetAfterTest(false);
433
        $this->resetAfterTest(false);
Línea 697... Línea 697...
697
    }
697
    }
Línea 698... Línea 698...
698
 
698
 
699
    /**
699
    /**
700
     * @depends test_sync_users
700
     * @depends test_sync_users
701
     */
701
     */
702
    public function test_sync_courses() {
702
    public function test_sync_courses(): void {
Línea 703... Línea 703...
703
        global $DB;
703
        global $DB;
704
 
704
 
705
        $this->resetAfterTest(true);
705
        $this->resetAfterTest(true);