Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 252... Línea 252...
252
EOD;
252
EOD;
Línea 253... Línea 253...
253
 
253
 
254
    /**
254
    /**
255
     * Test for if heading exists where doc length is above 1800
255
     * Test for if heading exists where doc length is above 1800
256
     */
256
     */
257
    public function test_check_fail() {
257
    public function test_check_fail(): void {
258
        $results = $this->get_checker_results($this->htmlfail);
258
        $results = $this->get_checker_results($this->htmlfail);
Línea 259... Línea 259...
259
        $this->assertNotEmpty($results);
259
        $this->assertNotEmpty($results);
Línea 260... Línea 260...
260
 
260
 
261
    }
261
    }
262
 
262
 
263
    /**
263
    /**
264
     * Test for if marquee does not exist.
264
     * Test for if marquee does not exist.
265
     */
265
     */
Línea 266... Línea 266...
266
    public function test_check_pass() {
266
    public function test_check_pass(): void {
267
        $results = $this->get_checker_results($this->htmlpass1);
267
        $results = $this->get_checker_results($this->htmlpass1);