Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 30... Línea 30...
30
 * @package    core_communication
30
 * @package    core_communication
31
 * @copyright  2023 Safat Shahin <safat.shahin@moodle.com>
31
 * @copyright  2023 Safat Shahin <safat.shahin@moodle.com>
32
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
32
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
33
 * @covers     \core_communication\helper
33
 * @covers     \core_communication\helper
34
 */
34
 */
35
class helper_test extends \advanced_testcase {
35
final class helper_test extends \advanced_testcase {
36
    use communication_test_helper_trait;
36
    use communication_test_helper_trait;
37
    use matrix_test_helper_trait;
37
    use matrix_test_helper_trait;
Línea 38... Línea 38...
38
 
38
 
39
    public function setUp(): void {
39
    public function setUp(): void {