Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 44... Línea 44...
44
    /**
44
    /**
45
     * Test for assign file attachments.
45
     * Test for assign file attachments.
46
     *
46
     *
47
     * @return void
47
     * @return void
48
     */
48
     */
49
    public function test_attach_files() {
49
    public function test_attach_files(): void {
50
        global $USER;
50
        global $USER;
Línea 51... Línea 51...
51
 
51
 
52
        $this->resetAfterTest(true);
52
        $this->resetAfterTest(true);