Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 49... Línea 49...
49
    /**
49
    /**
50
     * Test the content deleted event
50
     * Test the content deleted event
51
     *
51
     *
52
     * @covers ::create_from_record
52
     * @covers ::create_from_record
53
     */
53
     */
54
    public function test_content_deleted() {
54
    public function test_content_deleted(): void {
55
        global $DB;
55
        global $DB;
Línea 56... Línea 56...
56
 
56
 
57
        $this->resetAfterTest();
57
        $this->resetAfterTest();