Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 63... Línea 63...
63
EOD;
63
EOD;
Línea 64... Línea 64...
64
 
64
 
65
    /**
65
    /**
66
     * Test for b tags being used
66
     * Test for b tags being used
67
     */
67
     */
68
    public function test_check() {
68
    public function test_check(): void {
69
        $results = $this->get_checker_results($this->htmlfail);
69
        $results = $this->get_checker_results($this->htmlfail);
70
        $this->assertTrue($results[0]->element->tagName == 'b');
70
        $this->assertTrue($results[0]->element->tagName == 'b');
Línea 71... Línea 71...
71
        $this->assertTrue($results[1]->element->tagName == 'b');
71
        $this->assertTrue($results[1]->element->tagName == 'b');