Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 120... Línea 120...
120
EOD;
120
EOD;
Línea 121... Línea 121...
121
 
121
 
122
    /**
122
    /**
123
     * Test the header following an h3 must be h1, h2, h3 or h4.
123
     * Test the header following an h3 must be h1, h2, h3 or h4.
124
     */
124
     */
125
    public function test_check() {
125
    public function test_check(): void {
126
        $results = $this->get_checker_results($this->htmlfail1);
126
        $results = $this->get_checker_results($this->htmlfail1);
Línea 127... Línea 127...
127
        $this->assertTrue($results[0]->element->tagName == 'h5');
127
        $this->assertTrue($results[0]->element->tagName == 'h5');
128
 
128