. /** * Fixtures for hook testing. * * @package core * @author Petr Skoda * @copyright 2022 Open LMS * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $callbacks = [ [ 'hook' => 'test_plugin\\hook\\hook', 'callback' => 'test_plugin\\callbacks::test2', 'priority' => 200, ], ];