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
    }
Línea 50... Línea 50...
50
 
50
 
51
    /**
51
    /**
52
     * Tests that events are created when contexts are locked and unlocked.
52
     * Tests that events are created when contexts are locked and unlocked.
53
     */
53
     */
54
    public function test_creation() {
54
    public function test_creation(): void {
Línea 55... Línea 55...
55
        $this->resetAfterTest();
55
        $this->resetAfterTest();
56
 
56
 
57
        $category = self::getDataGenerator()->create_category();
57
        $category = self::getDataGenerator()->create_category();