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
class writer_test extends \basic_testcase {
52
class writer_test extends \basic_testcase {
Línea 53... Línea 53...
53
 
53
 
54
    /**
54
    /**
55
     * test xml_writer public methods
55
     * test xml_writer public methods
56
     */
56
     */
57
    function test_xml_writer_public_api() {
57
    function test_xml_writer_public_api(): void {
58
        global $CFG;
58
        global $CFG;
59
        // Instantiate xml_output
59
        // Instantiate xml_output
60
        $xo = new memory_xml_output();
60
        $xo = new memory_xml_output();