Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 79... Línea 79...
79
EOD;
79
EOD;
Línea 80... Línea 80...
80
 
80
 
81
    /**
81
    /**
82
     * Test for noembed child tags
82
     * Test for noembed child tags
83
     */
83
     */
84
    public function test_check() {
84
    public function test_check(): void {
85
        $results = $this->get_checker_results($this->htmlfail);
85
        $results = $this->get_checker_results($this->htmlfail);
Línea 86... Línea 86...
86
        $this->assertTrue($results[0]->element->tagName == 'embed');
86
        $this->assertTrue($results[0]->element->tagName == 'embed');
87
 
87