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
    /**
36
    /**
37
     * test_no_teacher
37
     * test_no_teacher
38
     *
38
     *
39
     * @return void
39
     * @return void
40
     */
40
     */
41
    public function test_no_teacher() {
41
    public function test_no_teacher(): void {
42
        global $DB;
42
        global $DB;
Línea 43... Línea 43...
43
 
43
 
Línea 44... Línea 44...
44
        $this->resetAfterTest(true);
44
        $this->resetAfterTest(true);
Línea 75... Línea 75...
75
    /**
75
    /**
76
     * test_completion_enabled
76
     * test_completion_enabled
77
     *
77
     *
78
     * @return void
78
     * @return void
79
     */
79
     */
80
    public function test_completion_enabled() {
80
    public function test_completion_enabled(): void {
81
        global $DB;
81
        global $DB;
Línea 82... Línea 82...
82
 
82
 
Línea 83... Línea 83...
83
        $this->resetAfterTest(true);
83
        $this->resetAfterTest(true);
Línea 143... Línea 143...
143
    /**
143
    /**
144
     * test_potential_cognitive
144
     * test_potential_cognitive
145
     *
145
     *
146
     * @return void
146
     * @return void
147
     */
147
     */
148
    public function test_potential_cognitive() {
148
    public function test_potential_cognitive(): void {
149
        global $DB;
149
        global $DB;
Línea 150... Línea 150...
150
 
150
 
Línea 151... Línea 151...
151
        $this->resetAfterTest(true);
151
        $this->resetAfterTest(true);
Línea 228... Línea 228...
228
    /**
228
    /**
229
     * test_potential_social
229
     * test_potential_social
230
     *
230
     *
231
     * @return void
231
     * @return void
232
     */
232
     */
233
    public function test_potential_social() {
233
    public function test_potential_social(): void {
234
        global $DB;
234
        global $DB;
Línea 235... Línea 235...
235
 
235
 
Línea 236... Línea 236...
236
        $this->resetAfterTest(true);
236
        $this->resetAfterTest(true);
Línea 311... Línea 311...
311
    /**
311
    /**
312
     * test_activities_due
312
     * test_activities_due
313
     *
313
     *
314
     * @return void
314
     * @return void
315
     */
315
     */
316
    public function test_activities_due() {
316
    public function test_activities_due(): void {
317
        global $DB;
317
        global $DB;
Línea 318... Línea 318...
318
 
318
 
319
        $this->resetAfterTest(true);
319
        $this->resetAfterTest(true);