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 {
48
        $requestedqtype = 'all';
48
        $requestedqtype = 'all';
Línea 49... Línea 49...
49
        $event = \report_questioninstances\event\report_viewed::create(array('other' => array('requestedqtype' => $requestedqtype)));
49
        $event = \report_questioninstances\event\report_viewed::create(array('other' => array('requestedqtype' => $requestedqtype)));
50
 
50