Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 36... Línea 36...
36
    use mod_assign_test_generator;
36
    use mod_assign_test_generator;
Línea 37... Línea 37...
37
 
37
 
38
    /**
38
    /**
39
     * Test the is_feedback_modified() method for the comments feedback.
39
     * Test the is_feedback_modified() method for the comments feedback.
40
     */
40
     */
41
    public function test_is_feedback_modified() {
41
    public function test_is_feedback_modified(): void {
42
        $this->resetAfterTest();
42
        $this->resetAfterTest();
43
        $course = $this->getDataGenerator()->create_course();
43
        $course = $this->getDataGenerator()->create_course();
44
        $teacher = $this->getDataGenerator()->create_and_enrol($course, 'teacher');
44
        $teacher = $this->getDataGenerator()->create_and_enrol($course, 'teacher');