Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 48... Línea 48...
48
 
48
 
49
    /**
49
    /**
50
     * Tests get_pages for transitive dependencies.
50
     * Tests get_pages for transitive dependencies.
51
     * @throws coding_exception
51
     * @throws coding_exception
52
     */
52
     */
53
    public function test_get_pages() {
53
    public function test_get_pages(): void {
54
        $this->resetAfterTest();
54
        $this->resetAfterTest();
Línea 55... Línea 55...
55
        $this->setAdminUser();
55
        $this->setAdminUser();
56
 
56