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_roles
33
     * @covers ::get_roles
34
     */
34
     */
35
    public function test_get_summary_condition() {
35
    public function test_get_summary_condition(): void {
36
        global $DB;
36
        global $DB;
Línea 37... Línea 37...
37
 
37
 
Línea 38... Línea 38...
38
        $this->resetAfterTest();
38
        $this->resetAfterTest();