Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 41... Línea 41...
41
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
41
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
42
 * @author    Laurent David (laurent@call-learning.fr)
42
 * @author    Laurent David (laurent@call-learning.fr)
43
 * @covers \backup_bigbluebuttonbn_activity_task
43
 * @covers \backup_bigbluebuttonbn_activity_task
44
 * @covers \restore_bigbluebuttonbn_activity_task
44
 * @covers \restore_bigbluebuttonbn_activity_task
45
 */
45
 */
46
class backup_restore_test extends restore_date_testcase {
46
final class backup_restore_test extends restore_date_testcase {
47
    use testcase_helper_trait;
47
    use testcase_helper_trait;
Línea 48... Línea 48...
48
 
48
 
49
    /**
49
    /**
50
     * Setup
50
     * Setup
Línea 221... Línea 221...
221
 
221
 
222
    /**
222
    /**
223
     * Return an array of BigBlueButton types
223
     * Return an array of BigBlueButton types
224
     * @return array[]
224
     * @return array[]
225
     */
225
     */
226
    public function bbb_type_provider() {
226
    public static function bbb_type_provider(): array {
227
        return [
227
        return [
228
            'All' => [instance::TYPE_ALL],
228
            'All' => [instance::TYPE_ALL],
229
            'Recording Only' => [instance::TYPE_RECORDING_ONLY],
229
            'Recording Only' => [instance::TYPE_RECORDING_ONLY],
230
            'Room Only' => [instance::TYPE_ROOM_ONLY]
230
            'Room Only' => [instance::TYPE_ROOM_ONLY]