Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 40... Línea 40...
40
    use testcase_helper_trait;
40
    use testcase_helper_trait;
Línea 41... Línea 41...
41
 
41
 
42
    /**
42
    /**
43
     * Test delete instance logs
43
     * Test delete instance logs
44
     */
44
     */
45
    public function test_log_instance_deleted() {
45
    public function test_log_instance_deleted(): void {
Línea 46... Línea 46...
46
        global $DB;
46
        global $DB;
47
 
47
 
48
        $this->resetAfterTest();
48
        $this->resetAfterTest();
Línea 57... Línea 57...
57
    }
57
    }
Línea 58... Línea 58...
58
 
58
 
59
    /**
59
    /**
60
     * Test log method
60
     * Test log method
61
     */
61
     */
62
    public function test_log_recording_played_event() {
62
    public function test_log_recording_played_event(): void {
Línea 63... Línea 63...
63
        global $DB;
63
        global $DB;
64
 
64
 
65
        $this->resetAfterTest();
65
        $this->resetAfterTest();