Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 47... Línea 47...
47
     * @param bool $usea if a (instanceid) will be used in the event
47
     * @param bool $usea if a (instanceid) will be used in the event
48
     * @param bool $useattemptid if attemptid will be used in the event
48
     * @param bool $useattemptid if attemptid will be used in the event
49
     * @param bool $useuserid if user id will be used in the event
49
     * @param bool $useuserid if user id will be used in the event
50
     * @param bool $exception if exception is expected
50
     * @param bool $exception if exception is expected
51
     */
51
     */
52
    public function test_report_viewed(bool $usea, bool $useattemptid, bool $useuserid, bool $exception) {
52
    public function test_report_viewed(bool $usea, bool $useattemptid, bool $useuserid, bool $exception): void {
Línea 53... Línea 53...
53
 
53
 
Línea 54... Línea 54...
54
        $this->resetAfterTest();
54
        $this->resetAfterTest();
55
 
55