Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 23... Línea 23...
23
 * @copyright 2018 - present, Blindside Networks Inc
23
 * @copyright 2018 - present, Blindside Networks Inc
24
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 * @author    Jesus Federico  (jesus [at] blindsidenetworks [dt] com)
25
 * @author    Jesus Federico  (jesus [at] blindsidenetworks [dt] com)
26
 * @coversDefaultClass \mod_bigbluebuttonbn\local\bigbluebutton\recordings\recording_data
26
 * @coversDefaultClass \mod_bigbluebuttonbn\local\bigbluebutton\recordings\recording_data
27
 */
27
 */
28
class recording_data_test extends \advanced_testcase {
28
final class recording_data_test extends \advanced_testcase {
Línea 29... Línea 29...
29
 
29
 
30
    /**
30
    /**
31
     * Test for the type_text provider.
31
     * Test for the type_text provider.
32
     *
32
     *
Línea 42... Línea 42...
42
    /**
42
    /**
43
     * Type of recordings (dataprovider)
43
     * Type of recordings (dataprovider)
44
     *
44
     *
45
     * @return \string[][]
45
     * @return \string[][]
46
     */
46
     */
47
    public function type_text_provider(): array {
47
    public static function type_text_provider(): array {
48
        return [
48
        return [
49
            ['Presentation', 'presentation'],
49
            ['Presentation', 'presentation'],
50
            ['Video', 'video'],
50
            ['Video', 'video'],
51
            ['Videos', 'videos'],
51
            ['Videos', 'videos'],
52
            ['Whatever', 'whatever'],
52
            ['Whatever', 'whatever'],