Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 51... Línea 51...
51
    /**
51
    /**
52
     * Test the content created event.
52
     * Test the content created event.
53
     *
53
     *
54
     * @covers ::create_from_record
54
     * @covers ::create_from_record
55
     */
55
     */
56
    public function test_content_created() {
56
    public function test_content_created(): void {
57
        global $USER, $CFG;
57
        global $USER, $CFG;
Línea 58... Línea 58...
58
 
58
 
59
        $this->resetAfterTest();
59
        $this->resetAfterTest();
60
        $this->setAdminUser();
60
        $this->setAdminUser();