Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 53... Línea 53...
53
    }
53
    }
Línea 54... Línea 54...
54
 
54
 
55
    /**
55
    /**
56
     * Test the export function returns expected values.
56
     * Test the export function returns expected values.
57
     */
57
     */
58
    public function test_export() {
58
    public function test_export(): void {
59
        global $PAGE;
59
        global $PAGE;
Línea 60... Línea 60...
60
        $this->resetAfterTest();
60
        $this->resetAfterTest();
61
 
61