Línea 26... |
Línea 26... |
26 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
26 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
27 |
* @coversDefaultClass \mod_bigbluebuttonbn\task\base_send_notification
|
27 |
* @coversDefaultClass \mod_bigbluebuttonbn\task\base_send_notification
|
28 |
* @covers \mod_bigbluebuttonbn\task\base_send_notification
|
28 |
* @covers \mod_bigbluebuttonbn\task\base_send_notification
|
29 |
* @covers \mod_bigbluebuttonbn\task\send_recording_ready_notification
|
29 |
* @covers \mod_bigbluebuttonbn\task\send_recording_ready_notification
|
30 |
*/
|
30 |
*/
|
31 |
class send_recording_ready_notification_test extends advanced_testcase {
|
31 |
final class send_recording_ready_notification_test extends advanced_testcase {
|
32 |
/**
|
32 |
/**
|
33 |
* Test the sending of messages.
|
33 |
* Test the sending of messages.
|
34 |
*/
|
34 |
*/
|
35 |
public function test_recipients(): void {
|
35 |
public function test_recipients(): void {
|
36 |
$this->resetAfterTest();
|
36 |
$this->resetAfterTest();
|