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 course_module_viewed_test extends advanced_testcase {
38
class course_module_viewed_test extends advanced_testcase {
Línea 39... Línea 39...
39
 
39
 
40
    /**
40
    /**
41
     * Test course_module_viewed event.
41
     * Test course_module_viewed event.
42
     */
42
     */
43
    public function test_course_module_viewed() {
43
    public function test_course_module_viewed(): void {
44
        // There is no proper API to call to trigger this event, so what we are
44
        // There is no proper API to call to trigger this event, so what we are
Línea 45... Línea 45...
45
        // doing here is simply making sure that the events returns the right information.
45
        // doing here is simply making sure that the events returns the right information.