Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 62... Línea 62...
62
EOD;
62
EOD;
Línea 63... Línea 63...
63
 
63
 
64
    /**
64
    /**
65
     * Test for img alt attributes matching the src attribute
65
     * Test for img alt attributes matching the src attribute
66
     */
66
     */
67
    public function test_check() {
67
    public function test_check(): void {
68
        $results = $this->get_checker_results($this->htmlfail);
68
        $results = $this->get_checker_results($this->htmlfail);
Línea 69... Línea 69...
69
        $this->assertTrue($results[0]->element->tagName == 'img');
69
        $this->assertTrue($results[0]->element->tagName == 'img');
70
 
70