Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 43... Línea 43...
43
     * @dataProvider state_provider
43
     * @dataProvider state_provider
44
     * @covers \core_courseformat\output\local\state
44
     * @covers \core_courseformat\output\local\state
45
     *
45
     *
46
     * @param string $format The course format of the course where the method will be executed.
46
     * @param string $format The course format of the course where the method will be executed.
47
     */
47
     */
48
    public function test_state(string $format = 'topics') {
48
    public function test_state(string $format = 'topics'): void {
49
        global $PAGE;
49
        global $PAGE;
Línea 50... Línea 50...
50
 
50
 
Línea 51... Línea 51...
51
        $this->resetAfterTest();
51
        $this->resetAfterTest();