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
     * Tests getting the summary condition
30
     * Tests getting the summary condition
31
     *
31
     *
32
     * @covers ::get_summary_condition
32
     * @covers ::get_summary_condition
33
     * @covers ::get_cohorts
33
     * @covers ::get_cohorts
34
     */
34
     */
35
    public function test_get_summary_condition() {
35
    public function test_get_summary_condition(): void {
36
        $this->resetAfterTest();
36
        $this->resetAfterTest();
Línea 37... Línea 37...
37
 
37
 
38
        set_config('enabled', 1, 'factor_cohort');
38
        set_config('enabled', 1, 'factor_cohort');