Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.7.2
-
Fix Version/s: 2.7.3
-
Component/s: Libraries, Unit tests
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_27_STABLE
-
Fixed Branches:MOODLE_27_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
We are getting unit tests failures at the OU due to this false assumption:
6) core_user_profilelib_testcase::test_get_custom_fields
|
Failed asserting that two arrays are equal.
|
--- Expected
|
+++ Actual
|
@@ @@
|
Array (
|
+ 1 => stdClass Object (...)
|
)
|
|
C:\Users\rg3598\workspace\ou-moodle2\user\tests\profilelib_test.php:49
|
C:\Users\rg3598\workspace\ou-moodle2\lib\phpunit\classes\advanced_testcase.php:80
|
|
To re-run:
|
c:/Users/rg3598/workspace/ou-moodle2/vendor/phpunit/phpunit/composer/bin/phpunit core_user_profilelib_testcase user\tests\profilelib_test.php
|
Attachments
Issue Links
- is a regression caused by
-
MDL-45469 Conditional availability: Restrict by text area field doesn't work
-
- Closed
-