Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 55... Línea 55...
55
        array $groupmembers,
55
        array $groupmembers,
56
        ?array $filterusers,
56
        ?array $filterusers,
57
        bool $blindmarking,
57
        bool $blindmarking,
58
        bool $downloadasfolder,
58
        bool $downloadasfolder,
59
        array $expected
59
        array $expected
60
    ) {
60
    ): void {
61
        global $CFG;
61
        global $CFG;
62
        $this->resetAfterTest();
62
        $this->resetAfterTest();
63
        $this->setAdminUser();
63
        $this->setAdminUser();
Línea 64... Línea 64...
64
 
64