Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 88... Línea 88...
88
EOD;
88
EOD;
Línea 89... Línea 89...
89
 
89
 
90
    /**
90
    /**
91
     * Test for anchor tags not containing susplicious link text
91
     * Test for anchor tags not containing susplicious link text
92
     */
92
     */
93
    public function test_check() {
93
    public function test_check(): void {
94
        $results = $this->get_checker_results($this->htmlpass);
94
        $results = $this->get_checker_results($this->htmlpass);
Línea 95... Línea 95...
95
        $this->assertEmpty($results);
95
        $this->assertEmpty($results);
96
 
96