Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 122... Línea 122...
122
EOD;
122
EOD;
Línea 123... Línea 123...
123
 
123
 
124
    /**
124
    /**
125
     * Test for checking the length of the content
125
     * Test for checking the length of the content
126
     */
126
     */
127
    public function test_check() {
127
    public function test_check(): void {
128
        $results = $this->get_checker_results($this->htmlfail);
128
        $results = $this->get_checker_results($this->htmlfail);
Línea 129... Línea 129...
129
        $this->assertTrue($results[0]->message == '<p id=\'wc\'>Word Count: 578</p>');
129
        $this->assertTrue($results[0]->message == '<p id=\'wc\'>Word Count: 578</p>');
130
 
130