Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 39... Línea 39...
39
class backup_encode_content_test extends \basic_testcase {
39
class backup_encode_content_test extends \basic_testcase {
Línea 40... Línea 40...
40
 
40
 
41
    /**
41
    /**
42
     * Test the encode_content_links method for course.
42
     * Test the encode_content_links method for course.
43
     */
43
     */
44
    public function test_course_encode_content_links() {
44
    public function test_course_encode_content_links(): void {
45
        global $CFG;
45
        global $CFG;
46
        $httpsroot = "https://moodle.org";
46
        $httpsroot = "https://moodle.org";
47
        $httproot = "http://moodle.org";
47
        $httproot = "http://moodle.org";