Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 42... Línea 42...
42
    }
42
    }
Línea 43... Línea 43...
43
 
43
 
44
    /**
44
    /**
45
     * Test the report viewed event.
45
     * Test the report viewed event.
46
     */
46
     */
47
    public function test_report_viewed() {
47
    public function test_report_viewed(): void {
Línea 48... Línea 48...
48
        $event = \tool_capability\event\report_viewed::create();
48
        $event = \tool_capability\event\report_viewed::create();
49
 
49
 
50
        // Trigger and capture the event.
50
        // Trigger and capture the event.