Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 30... Línea 30...
30
    }
30
    }
Línea 31... Línea 31...
31
 
31
 
32
    /**
32
    /**
33
     * Test for ad-hoc tasks.
33
     * Test for ad-hoc tasks.
34
     */
34
     */
35
    public function test_adhoc_task_running() {
35
    public function test_adhoc_task_running(): void {
Línea 36... Línea 36...
36
        $this->resetAfterTest();
36
        $this->resetAfterTest();
37
 
37
 
38
        // Specify lock factory. The reason is that Postgres locks don't work within a single
38
        // Specify lock factory. The reason is that Postgres locks don't work within a single
Línea 84... Línea 84...
84
    }
84
    }
Línea 85... Línea 85...
85
 
85
 
86
    /**
86
    /**
87
     * Test for scheduled tasks.
87
     * Test for scheduled tasks.
88
     */
88
     */
89
    public function test_scheduled_task_running() {
89
    public function test_scheduled_task_running(): void {
90
        global $DB;
90
        global $DB;
Línea 91... Línea 91...
91
        $this->resetAfterTest();
91
        $this->resetAfterTest();
92
 
92