Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 123... Línea 123...
123
EOD;
123
EOD;
Línea 124... Línea 124...
124
 
124
 
125
    /**
125
    /**
126
     * Test for rowspan and colspan
126
     * Test for rowspan and colspan
127
     */
127
     */
128
    public function test_check_fail() {
128
    public function test_check_fail(): void {
129
        $results = $this->get_checker_results($this->htmlfail1);
129
        $results = $this->get_checker_results($this->htmlfail1);
Línea 130... Línea 130...
130
        $this->assertNotEmpty($results);
130
        $this->assertNotEmpty($results);
131
 
131
 
132
        $results = $this->get_checker_results($this->htmlfail2);
132
        $results = $this->get_checker_results($this->htmlfail2);
Línea 133... Línea 133...
133
        $this->assertNotEmpty($results);
133
        $this->assertNotEmpty($results);
134
    }
134
    }
135
 
135
 
136
    /**
136
    /**
137
     * Test for rowspan and colspan
137
     * Test for rowspan and colspan
138
     */
138
     */
139
    public function test_check_pass() {
139
    public function test_check_pass(): void {
140
        $results = $this->get_checker_results($this->htmlpass);
140
        $results = $this->get_checker_results($this->htmlpass);