Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 35... Línea 35...
35
 */
35
 */
36
class events_test extends \advanced_testcase {
36
class events_test extends \advanced_testcase {
37
    /**
37
    /**
38
     * Test report_downloaded event.
38
     * Test report_downloaded event.
39
     */
39
     */
40
    public function test_report_downloaded() {
40
    public function test_report_downloaded(): void {
41
        global $DB;
41
        global $DB;
Línea 42... Línea 42...
42
 
42
 
Línea 43... Línea 43...
43
        $this->resetAfterTest();
43
        $this->resetAfterTest();
Línea 84... Línea 84...
84
    }
84
    }
Línea 85... Línea 85...
85
 
85
 
86
    /**
86
    /**
87
     * Test report_viewed event.
87
     * Test report_viewed event.
88
     */
88
     */
89
    public function test_report_viewed() {
89
    public function test_report_viewed(): void {
Línea 90... Línea 90...
90
        global $DB;
90
        global $DB;
Línea 91... Línea 91...
91
 
91