Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 101... Línea 101...
101
EOD;
101
EOD;
Línea 102... Línea 102...
102
 
102
 
103
    /**
103
    /**
104
     * Test Area tags opening new window without warning
104
     * Test Area tags opening new window without warning
105
     */
105
     */
106
    public function test_check() {
106
    public function test_check(): void {
107
        $results = $this->get_checker_results($this->htmlfail);
107
        $results = $this->get_checker_results($this->htmlfail);
Línea 108... Línea 108...
108
        $this->assertTrue($results[0]->element->tagName == 'area');
108
        $this->assertTrue($results[0]->element->tagName == 'area');
109
 
109