Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 81... Línea 81...
81
     *
81
     *
82
     * @dataProvider filephp_links_replace_data_provider
82
     * @dataProvider filephp_links_replace_data_provider
83
     * @param string $content Testing content.
83
     * @param string $content Testing content.
84
     * @param string $expected Expected result.
84
     * @param string $expected Expected result.
85
     */
85
     */
86
    public function test_filephp_links_replace($content, $expected) {
86
    public function test_filephp_links_replace($content, $expected): void {
87
        global $CFG;
87
        global $CFG;
Línea 88... Línea 88...
88
 
88
 
Línea 89... Línea 89...
89
        $CFG->wwwroot = 'http://test.test';
89
        $CFG->wwwroot = 'http://test.test';