Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 28... Línea 28...
28
 
28
 
29
    /**
29
    /**
30
     * Tests the static parse charset method
30
     * Tests the static parse charset method
31
     * @return void
31
     * @return void
32
     */
32
     */
33
    public function test_lock_config() {
33
    public function test_lock_config(): void {
34
        global $CFG;
34
        global $CFG;
35
        $original = null;
35
        $original = null;
36
        if (isset($CFG->lock_factory)) {
36
        if (isset($CFG->lock_factory)) {
37
            $original = $CFG->lock_factory;
37
            $original = $CFG->lock_factory;