Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 52... Línea 52...
52
    }
52
    }
Línea 53... Línea 53...
53
 
53
 
54
    /**
54
    /**
55
     * Test case for custom context classes
55
     * Test case for custom context classes
56
     */
56
     */
57
    public function test_customcontexts() {
57
    public function test_customcontexts(): void {
58
        global $CFG;
58
        global $CFG;
59
        static $customcontexts = array(
59
        static $customcontexts = array(
60
            11 => 'context_bogus1',
60
            11 => 'context_bogus1',
61
            12 => 'context_bogus2',
61
            12 => 'context_bogus2',