Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 33... Línea 33...
33
     * @covers ::type_text
33
     * @covers ::type_text
34
     * @dataProvider type_text_provider
34
     * @dataProvider type_text_provider
35
     * @param string $name
35
     * @param string $name
36
     * @param string $type
36
     * @param string $type
37
     */
37
     */
38
    public function test_get_recording_type_text(string $name, string $type) {
38
    public function test_get_recording_type_text(string $name, string $type): void {
39
        $this->assertEquals($name, recording_data::type_text($type));
39
        $this->assertEquals($name, recording_data::type_text($type));
40
    }
40
    }
Línea 41... Línea 41...
41
 
41
 
42
    /**
42
    /**