Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 32... Línea 32...
32
    /**
32
    /**
33
     * Test the get_lang_menu
33
     * Test the get_lang_menu
34
     *
34
     *
35
     * @covers ::cleanstr
35
     * @covers ::cleanstr
36
     */
36
     */
37
    function test_cleanstr() {
37
    function test_cleanstr(): void {
38
        $engine = new \Mustache_Engine();
38
        $engine = new \Mustache_Engine();
39
        $context = new \Mustache_Context();
39
        $context = new \Mustache_Context();
40
        $lambdahelper = new \Mustache_LambdaHelper($engine, $context);
40
        $lambdahelper = new \Mustache_LambdaHelper($engine, $context);
Línea 41... Línea 41...
41
 
41