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
     * Test the category bin item created event.
52
     * Test the category bin item created event.
53
     */
53
     */
54
    public function test_category_bin_item_created() {
54
    public function test_category_bin_item_created(): void {
55
        // Create a course.
55
        // Create a course.
Línea 56... Línea 56...
56
        $course = $this->getDataGenerator()->create_course();
56
        $course = $this->getDataGenerator()->create_course();
57
 
57
 
Línea 76... Línea 76...
76
    }
76
    }
Línea 77... Línea 77...
77
 
77
 
78
    /**
78
    /**
79
     * Test the category bin item deleted event.
79
     * Test the category bin item deleted event.
80
     */
80
     */
81
    public function test_category_bin_item_deleted() {
81
    public function test_category_bin_item_deleted(): void {
82
        // Create a course.
82
        // Create a course.
Línea 83... Línea 83...
83
        $course = $this->getDataGenerator()->create_course();
83
        $course = $this->getDataGenerator()->create_course();
84
 
84
 
Línea 105... Línea 105...
105
    }
105
    }
Línea 106... Línea 106...
106
 
106
 
107
    /**
107
    /**
108
     * Test the category bin item restored event.
108
     * Test the category bin item restored event.
109
     */
109
     */
110
    public function test_category_bin_item_restored() {
110
    public function test_category_bin_item_restored(): void {
111
        // Create a course.
111
        // Create a course.
Línea 112... Línea 112...
112
        $course = $this->getDataGenerator()->create_course();
112
        $course = $this->getDataGenerator()->create_course();
113
 
113
 
Línea 133... Línea 133...
133
    }
133
    }
Línea 134... Línea 134...
134
 
134
 
135
    /**
135
    /**
136
     * Test the course bin item created event.
136
     * Test the course bin item created event.
137
     */
137
     */
138
    public function test_course_bin_item_created() {
138
    public function test_course_bin_item_created(): void {
139
        // Create a course.
139
        // Create a course.
Línea 140... Línea 140...
140
        $course = $this->getDataGenerator()->create_course();
140
        $course = $this->getDataGenerator()->create_course();
141
 
141
 
Línea 162... Línea 162...
162
    }
162
    }
Línea 163... Línea 163...
163
 
163
 
164
    /**
164
    /**
165
     * Test the course bin item deleted event.
165
     * Test the course bin item deleted event.
166
     */
166
     */
167
    public function test_course_bin_item_deleted() {
167
    public function test_course_bin_item_deleted(): void {
168
        // Create a course.
168
        // Create a course.
Línea 169... Línea 169...
169
        $course = $this->getDataGenerator()->create_course();
169
        $course = $this->getDataGenerator()->create_course();
170
 
170
 
Línea 195... Línea 195...
195
    }
195
    }
Línea 196... Línea 196...
196
 
196
 
197
    /**
197
    /**
198
     * Test the course bin item restored event.
198
     * Test the course bin item restored event.
199
     */
199
     */
200
    public function test_course_bin_item_restored() {
200
    public function test_course_bin_item_restored(): void {
201
        // Create a course.
201
        // Create a course.
Línea 202... Línea 202...
202
        $course = $this->getDataGenerator()->create_course();
202
        $course = $this->getDataGenerator()->create_course();
203
 
203