Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 38... Línea 38...
38
     * Single method as it is significantly faster (from 13s to 5s) than having separate
38
     * Single method as it is significantly faster (from 13s to 5s) than having separate
39
     * methods because of preventResetByRollback.
39
     * methods because of preventResetByRollback.
40
     *
40
     *
41
     * @return void
41
     * @return void
42
     */
42
     */
43
    public function test_core_indicators() {
43
    public function test_core_indicators(): void {
44
        global $DB;
44
        global $DB;
Línea 45... Línea 45...
45
 
45
 
46
        $this->preventResetByRollback();
46
        $this->preventResetByRollback();
47
        $this->resetAfterTest(true);
47
        $this->resetAfterTest(true);