Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 75... Línea 75...
75
    }
75
    }
Línea 76... Línea 76...
76
 
76
 
77
    /**
77
    /**
78
     * Users tests.
78
     * Users tests.
79
     */
79
     */
80
    public function test_users() {
80
    public function test_users(): void {
Línea 81... Línea 81...
81
        global $DB;
81
        global $DB;
Línea 82... Línea 82...
82
 
82
 
Línea 95... Línea 95...
95
    /**
95
    /**
96
     * Course validation tests.
96
     * Course validation tests.
97
     *
97
     *
98
     * @return void
98
     * @return void
99
     */
99
     */
100
    public function test_course_validation() {
100
    public function test_course_validation(): void {
101
        global $DB;
101
        global $DB;
Línea 102... Línea 102...
102
 
102
 
Línea 103... Línea 103...
103
        $this->resetAfterTest(true);
103
        $this->resetAfterTest(true);