-
Bug
-
Resolution: Fixed
-
Minor
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_403_STABLE
-
-
1
-
Team Hedgehog 2023 Sprint 3.3
-
Small
Observe:
$ vendor/bin/phpunit communication/provider/matrix/tests/matrix_user_manager_test.php --filter test_create_matrix_user_profile_fields
|
Moodle 4.3beta (Build: 20230923)
|
Php: 8.0.30, mysqli: 8.0.34, OS: Linux 5.4.0-163-generic x86_64
|
PHPUnit 9.5.28 by Sebastian Bergmann and contributors.
|
|
E 1 / 1 (100%)
|
|
Time: 00:00.180, Memory: 62.50 MB
|
|
There was 1 error:
|
|
1) communication_matrix\matrix_user_manager_test::test_create_matrix_user_profile_fields
|
Error: Call to undefined function communication_matrix\profile_user_record()
|
|
/mnt/export/moodle/master/src/communication/provider/matrix/tests/matrix_user_manager_test.php:230
|
/mnt/export/moodle/master/src/lib/phpunit/classes/advanced_testcase.php:94
|
|
ERRORS!
|
Tests: 1, Assertions: 3, Errors: 1.
|
Because the library that defines profile_user_record() has not been required
- is a regression caused by
-
MDL-78723 Matrix room user manager makes lots of invalid assumptions
-
- Closed
-