mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-79490' of https://github.com/paulholden/moodle
This commit is contained in:
commit
f1721161c3
@ -217,6 +217,9 @@ class matrix_user_manager_test extends \advanced_testcase {
|
||||
* Test creation of matrix user profile fields.
|
||||
*/
|
||||
public function test_create_matrix_user_profile_fields(): void {
|
||||
global $CFG;
|
||||
require_once("{$CFG->dirroot}/user/profile/lib.php");
|
||||
|
||||
$this->resetAfterTest();
|
||||
|
||||
$matrixprofilefield = get_config('communication_matrix', 'matrixuserid_field');
|
||||
|
Loading…
x
Reference in New Issue
Block a user