Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 25... Línea 25...
25
 
25
 
26
    /**
26
    /**
27
     * Test view_book
27
     * Test view_book
28
     * @covers \mod_book\helper::is_last_visible_chapter
28
     * @covers \mod_book\helper::is_last_visible_chapter
29
     */
29
     */
30
    public function test_is_last_chapter() {
30
    public function test_is_last_chapter(): void {
Línea 31... Línea 31...
31
        $this->resetAfterTest(true);
31
        $this->resetAfterTest(true);
32
 
32
 
33
        $this->setAdminUser();
33
        $this->setAdminUser();