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
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
29
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
30
 * @covers \mod_bigbluebuttonbn\task\check_dismissed_recordings
30
 * @covers \mod_bigbluebuttonbn\task\check_dismissed_recordings
31
 * @covers \mod_bigbluebuttonbn\task\check_pending_recordings
31
 * @covers \mod_bigbluebuttonbn\task\check_pending_recordings
32
 * @covers \mod_bigbluebuttonbn\recording::sync_pending_recordings_from_server
32
 * @covers \mod_bigbluebuttonbn\recording::sync_pending_recordings_from_server
33
 */
33
 */
34
class check_recordings_task_test extends advanced_testcase {
34
final class check_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