Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 41... Línea 41...
41
final class update_entry_test extends externallib_advanced_testcase {
41
final class update_entry_test extends externallib_advanced_testcase {
Línea 42... Línea 42...
42
 
42
 
43
    /**
43
    /**
44
     * test_update_entry_without_optional_settings
44
     * test_update_entry_without_optional_settings
45
     */
45
     */
46
    public function test_update_entry_without_optional_settings() {
46
    public function test_update_entry_without_optional_settings(): void {
47
        global $CFG, $DB;
47
        global $CFG, $DB;
Línea 48... Línea 48...
48
        $this->resetAfterTest(true);
48
        $this->resetAfterTest(true);
49
 
49
 
Línea 76... Línea 76...
76
    }
76
    }
Línea 77... Línea 77...
77
 
77
 
78
    /**
78
    /**
79
     * test_update_entry_duplicated
79
     * test_update_entry_duplicated
80
     */
80
     */
81
    public function test_update_entry_duplicated() {
81
    public function test_update_entry_duplicated(): void {
82
        global $CFG, $DB;
82
        global $CFG, $DB;
Línea 83... Línea 83...
83
        $this->resetAfterTest(true);
83
        $this->resetAfterTest(true);
84
 
84
 
Línea 113... Línea 113...
113
    }
113
    }
Línea 114... Línea 114...
114
 
114
 
115
    /**
115
    /**
116
     * test_update_entry_with_aliases
116
     * test_update_entry_with_aliases
117
     */
117
     */
118
    public function test_update_entry_with_aliases() {
118
    public function test_update_entry_with_aliases(): void {
119
        global $DB;
119
        global $DB;
Línea 120... Línea 120...
120
        $this->resetAfterTest(true);
120
        $this->resetAfterTest(true);
121
 
121
 
Línea 150... Línea 150...
150
    }
150
    }
Línea 151... Línea 151...
151
 
151
 
152
    /**
152
    /**
153
     * test_update_entry_in_categories
153
     * test_update_entry_in_categories
154
     */
154
     */
155
    public function test_update_entry_in_categories() {
155
    public function test_update_entry_in_categories(): void {
156
        global $DB;
156
        global $DB;
Línea 157... Línea 157...
157
        $this->resetAfterTest(true);
157
        $this->resetAfterTest(true);
158
 
158
 
Línea 191... Línea 191...
191
    }
191
    }
Línea 192... Línea 192...
192
 
192
 
193
    /**
193
    /**
194
     * test_update_entry_with_attachments
194
     * test_update_entry_with_attachments
195
     */
195
     */
196
    public function test_update_entry_with_attachments() {
196
    public function test_update_entry_with_attachments(): void {
197
        global $DB, $USER;
197
        global $DB, $USER;
Línea 198... Línea 198...
198
        $this->resetAfterTest(true);
198
        $this->resetAfterTest(true);
199
 
199