Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 29... Línea 29...
29
 * @package   mod_bigbluebuttonbn
29
 * @package   mod_bigbluebuttonbn
30
 * @copyright 2019 onwards, Blindside Networks Inc
30
 * @copyright 2019 onwards, Blindside Networks Inc
31
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
31
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
32
 * @covers \mod_bigbluebuttonbn\task\upgrade_recordings_task
32
 * @covers \mod_bigbluebuttonbn\task\upgrade_recordings_task
33
 */
33
 */
34
class upgrade_recordings_task_test extends advanced_testcase {
34
final class upgrade_recordings_task_test extends advanced_testcase {
Línea 35... Línea 35...
35
 
35
 
Línea 36... Línea 36...
36
    use testcase_helper_trait;
36
    use testcase_helper_trait;
37
 
37