| Línea 35... |
Línea 35... |
| 35 |
* @copyright 2023 Safat Shahin <safat.shahin@moodle.com>
|
35 |
* @copyright 2023 Safat Shahin <safat.shahin@moodle.com>
|
| 36 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
36 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 37 |
* @covers \communication_matrix\communication_feature
|
37 |
* @covers \communication_matrix\communication_feature
|
| 38 |
* @coversDefaultClass \communication_matrix\communication_feature
|
38 |
* @coversDefaultClass \communication_matrix\communication_feature
|
| 39 |
*/
|
39 |
*/
|
| 40 |
class communication_feature_test extends \advanced_testcase {
|
40 |
final class communication_feature_test extends \advanced_testcase {
|
| 41 |
use matrix_test_helper_trait;
|
41 |
use matrix_test_helper_trait;
|
| 42 |
use communication_test_helper_trait;
|
42 |
use communication_test_helper_trait;
|
| Línea 43... |
Línea 43... |
| 43 |
|
43 |
|
| 44 |
public function setUp(): void {
|
44 |
public function setUp(): void {
|