Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 35... Línea 35...
35
 * @package    core_communication
35
 * @package    core_communication
36
 * @copyright  2023 Safat Shahin <safat.shahin@moodle.com>
36
 * @copyright  2023 Safat Shahin <safat.shahin@moodle.com>
37
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
37
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
38
 * @covers     \core_communication\hook_listener
38
 * @covers     \core_communication\hook_listener
39
 */
39
 */
40
class hook_listener_test extends \advanced_testcase {
40
final class hook_listener_test extends \advanced_testcase {
Línea 41... Línea 41...
41
 
41
 
42
    use communication_test_helper_trait;
42
    use communication_test_helper_trait;
Línea 43... Línea 43...
43
    use matrix_test_helper_trait;
43
    use matrix_test_helper_trait;