Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 34... Línea 34...
34
 * @copyright  2021 - present, Blindside Networks Inc
34
 * @copyright  2021 - present, Blindside Networks Inc
35
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
35
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
36
 * @author    Laurent David (laurent@call-learning.fr)
36
 * @author    Laurent David (laurent@call-learning.fr)
37
 * @covers \mod_bigbluebuttonbn\external\get_recordings
37
 * @covers \mod_bigbluebuttonbn\external\get_recordings
38
 */
38
 */
39
class get_recordings_test extends \externallib_advanced_testcase {
39
final class get_recordings_test extends \externallib_advanced_testcase {
40
    use testcase_helper_trait;
40
    use testcase_helper_trait;
Línea 41... Línea 41...
41
 
41
 
42
    /**
42
    /**
43
     * Setup for test
43
     * Setup for test
Línea 419... Línea 419...
419
    /**
419
    /**
420
     * Recording group test
420
     * Recording group test
421
     *
421
     *
422
     * @return array[]
422
     * @return array[]
423
     */
423
     */
424
    public function recording_group_test_data() {
424
    public static function recording_group_test_data(): array {
425
        return [
425
        return [
426
            'visiblegroups' => [
426
            'visiblegroups' => [
427
                'type' => instance::TYPE_ALL,
427
                'type' => instance::TYPE_ALL,
428
                'groups' => ['G1' => ['s1'], 'G2' => ['s2']],
428
                'groups' => ['G1' => ['s1'], 'G2' => ['s2']],
429
                'users' => [
429
                'users' => [