Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 40... Línea 40...
40
    }
40
    }
Línea 41... Línea 41...
41
 
41
 
42
    /**
42
    /**
43
     * Test the {@link \core_analytics\stats::enabled_models()} implementation.
43
     * Test the {@link \core_analytics\stats::enabled_models()} implementation.
44
     */
44
     */
Línea 45... Línea 45...
45
    public function test_enabled_models() {
45
    public function test_enabled_models(): void {
Línea 46... Línea 46...
46
 
46
 
47
        $this->resetAfterTest(true);
47
        $this->resetAfterTest(true);
Línea 66... Línea 66...
66
    }
66
    }
Línea 67... Línea 67...
67
 
67
 
68
    /**
68
    /**
69
     * Test the {@link \core_analytics\stats::predictions()} implementation.
69
     * Test the {@link \core_analytics\stats::predictions()} implementation.
70
     */
70
     */
Línea 71... Línea 71...
71
    public function test_predictions() {
71
    public function test_predictions(): void {
Línea 72... Línea 72...
72
 
72
 
73
        $this->resetAfterTest(true);
73
        $this->resetAfterTest(true);
Línea 111... Línea 111...
111
    }
111
    }
Línea 112... Línea 112...
112
 
112
 
113
    /**
113
    /**
114
     * Test the {@link \core_analytics\stats::actions()} and {@link \core_analytics\stats::actions_not_useful()} implementation.
114
     * Test the {@link \core_analytics\stats::actions()} and {@link \core_analytics\stats::actions_not_useful()} implementation.
115
     */
115
     */
116
    public function test_actions() {
116
    public function test_actions(): void {
117
        global $DB;
117
        global $DB;
Línea 118... Línea 118...
118
        $this->resetAfterTest(true);
118
        $this->resetAfterTest(true);
119
 
119