Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 895... Línea 895...
895
    public function test_cm_duplicate(
895
    public function test_cm_duplicate(
896
        string $targetsection = '',
896
        string $targetsection = '',
897
        bool $validcms = true,
897
        bool $validcms = true,
898
        string $role = 'admin',
898
        string $role = 'admin',
899
        bool $expectedexception = false
899
        bool $expectedexception = false
900
    ) {
900
    ): void {
901
        $this->resetAfterTest();
901
        $this->resetAfterTest();
Línea 902... Línea 902...
902
 
902
 
903
        // Create a course with 3 sections.
903
        // Create a course with 3 sections.