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
    }
Línea 45... Línea 45...
45
 
45
 
46
    /**
46
    /**
47
     * Test course_module_instance_list_viewed event.
47
     * Test course_module_instance_list_viewed event.
48
     */
48
     */
49
    public function test_course_module_instance_list_viewed() {
49
    public function test_course_module_instance_list_viewed(): void {
50
        // There is no proper API to call to trigger this event, so what we are
50
        // There is no proper API to call to trigger this event, so what we are
Línea 51... Línea 51...
51
        // doing here is simply making sure that the events returns the right information.
51
        // doing here is simply making sure that the events returns the right information.
52
 
52
 
Línea 70... Línea 70...
70
    }
70
    }
Línea 71... Línea 71...
71
 
71
 
72
    /**
72
    /**
73
     * Test course_module_viewed event.
73
     * Test course_module_viewed event.
74
     */
74
     */
75
    public function test_course_module_viewed() {
75
    public function test_course_module_viewed(): void {
76
        // There is no proper API to call to trigger this event, so what we are
76
        // There is no proper API to call to trigger this event, so what we are
Línea 77... Línea 77...
77
        // doing here is simply making sure that the events returns the right information.
77
        // doing here is simply making sure that the events returns the right information.
78
 
78