Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 36... Línea 36...
36
 
36
 
37
    /**
37
    /**
38
     * Test toggle_showinactivitychooser for course tool.
38
     * Test toggle_showinactivitychooser for course tool.
39
     * @covers ::execute
39
     * @covers ::execute
40
     */
40
     */
41
    public function test_toggle_showinactivitychooser_course_tool() {
41
    public function test_toggle_showinactivitychooser_course_tool(): void {
42
        global $DB;
42
        global $DB;
Línea 43... Línea 43...
43
        $this->resetAfterTest();
43
        $this->resetAfterTest();
44
 
44
 
Línea 78... Línea 78...
78
 
78
 
79
    /**
79
    /**
80
     * Test toggle_showinactivitychooser for site tool.
80
     * Test toggle_showinactivitychooser for site tool.
81
     * @covers ::execute
81
     * @covers ::execute
82
     */
82
     */
83
    public function test_toggle_showinactivitychooser_site_tool() {
83
    public function test_toggle_showinactivitychooser_site_tool(): void {
Línea 84... Línea 84...
84
        global $DB;
84
        global $DB;
Línea 85... Línea 85...
85
 
85