Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 139... Línea 139...
139
        array $currentfields,
139
        array $currentfields,
140
        array $newfields,
140
        array $newfields,
141
        string $pluginname,
141
        string $pluginname,
142
        string $fieldstocreate,
142
        string $fieldstocreate,
143
        string $fieldstoremove
143
        string $fieldstoremove
144
    ) {
144
    ): void {
145
        global $USER;
145
        global $USER;
Línea 146... Línea 146...
146
 
146
 
147
        $this->resetAfterTest();
147
        $this->resetAfterTest();
148
        $this->setAdminUser();
148
        $this->setAdminUser();
Línea 189... Línea 189...
189
     * Test for get_mapping_information method for wrong presets.
189
     * Test for get_mapping_information method for wrong presets.
190
     *
190
     *
191
     * @covers ::execute
191
     * @covers ::execute
192
     *
192
     *
193
     */
193
     */
194
    public function test_get_mapping_information_for_wrong_preset() {
194
    public function test_get_mapping_information_for_wrong_preset(): void {
195
        global $USER;
195
        global $USER;
Línea 196... Línea 196...
196
 
196
 
197
        $this->resetAfterTest();
197
        $this->resetAfterTest();
198
        $this->setAdminUser();
198
        $this->setAdminUser();