Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 38... Línea 38...
38
class exporters_content_items_test extends \advanced_testcase {
38
class exporters_content_items_test extends \advanced_testcase {
Línea 39... Línea 39...
39
 
39
 
40
    /**
40
    /**
41
     * Test confirming the collection of content_items can be exported for a course.
41
     * Test confirming the collection of content_items can be exported for a course.
42
     */
42
     */
43
    public function test_export_course_content_items() {
43
    public function test_export_course_content_items(): void {
44
        $this->resetAfterTest();
44
        $this->resetAfterTest();
Línea 45... Línea 45...
45
        global $PAGE;
45
        global $PAGE;
46
 
46