Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 117... Línea 117...
117
 
117
 
118
    /**
118
    /**
119
     * Tests the testable lock factories classes.
119
     * Tests the testable lock factories classes.
120
     * @return void
120
     * @return void
121
     */
121
     */
122
    public function test_locks() {
122
    public function test_locks(): void {
123
        // Run the suite on the current configured default (may be non-core).
123
        // Run the suite on the current configured default (may be non-core).
Línea 124... Línea 124...
124
        $this->run_on_lock_factory(\core\lock\lock_config::get_lock_factory_class());
124
        $this->run_on_lock_factory(\core\lock\lock_config::get_lock_factory_class());
125
 
125