Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 41... Línea 41...
41
 
41
 
42
    public function setUp(): void {
42
    public function setUp(): void {
43
        $this->resetAfterTest();
43
        $this->resetAfterTest();
Línea 44... Línea 44...
44
    }
44
    }
45
 
45
 
46
    public function test_import_chapters_events() {
46
    public function test_import_chapters_events(): void {
47
        $course = $this->getDataGenerator()->create_course();
47
        $course = $this->getDataGenerator()->create_course();
Línea 48... Línea 48...
48
        $book = $this->getDataGenerator()->create_module('book', array('course' => $course->id));
48
        $book = $this->getDataGenerator()->create_module('book', array('course' => $course->id));