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
class grading_external_test extends \externallib_advanced_testcase {
36
class grading_external_test extends \externallib_advanced_testcase {
Línea 37... Línea 37...
37
 
37
 
38
    /**
38
    /**
39
     * Test get_definitions
39
     * Test get_definitions
40
     */
40
     */
41
    public function test_get_definitions() {
41
    public function test_get_definitions(): void {
Línea 42... Línea 42...
42
        global $DB, $CFG, $USER;
42
        global $DB, $CFG, $USER;
43
 
43
 
44
        $this->resetAfterTest(true);
44
        $this->resetAfterTest(true);
Línea 180... Línea 180...
180
    }
180
    }
Línea 181... Línea 181...
181
 
181
 
182
    /**
182
    /**
183
     * Test get_gradingform_instances
183
     * Test get_gradingform_instances
184
     */
184
     */
185
    public function test_get_gradingform_instances() {
185
    public function test_get_gradingform_instances(): void {
Línea 186... Línea 186...
186
        global $DB, $USER;
186
        global $DB, $USER;
187
 
187
 
188
        $this->resetAfterTest(true);
188
        $this->resetAfterTest(true);
Línea 308... Línea 308...
308
 
308
 
309
    /**
309
    /**
310
     *
310
     *
311
     * Test save_definitions for rubric grading method
311
     * Test save_definitions for rubric grading method
312
     */
312
     */
313
    public function test_save_definitions_rubric() {
313
    public function test_save_definitions_rubric(): void {
Línea 314... Línea 314...
314
        global $DB, $CFG, $USER;
314
        global $DB, $CFG, $USER;
315
 
315
 
316
        $this->resetAfterTest(true);
316
        $this->resetAfterTest(true);
Línea 547... Línea 547...
547
 
547
 
548
    /**
548
    /**
549
     *
549
     *
550
     * Tests save_definitions for the marking guide grading method
550
     * Tests save_definitions for the marking guide grading method
551
     */
551
     */
552
    public function test_save_definitions_marking_guide() {
552
    public function test_save_definitions_marking_guide(): void {
Línea 553... Línea 553...
553
        global $DB, $CFG, $USER;
553
        global $DB, $CFG, $USER;
554
 
554
 
555
        $this->resetAfterTest(true);
555
        $this->resetAfterTest(true);