moodle/user/tests
Eloy Lafuente (stronk7) f4feabb83f MDL-66968 php74: array_key_exists() for objects is deprecated
Replace it for correct property_exists() when the element
being inspected is a property of object/class.

Amended and squased changes:
- keep mongo unmodified. The information is array, hence correct.
- fix a couple of messaging phpdocs that were incorrect.

Amended take#2:
- As far as mongo resturns BSONDocument that is ArrayObject, aka
implements ArrayAccess, we have decided to explicitly cast results
to array so existing array_key_exists() and other accesses will
continue working the same.
2019-10-25 00:49:04 +02:00
..
behat MDL-66504 lang: Use the new strings in the Behat scenario 2019-09-01 12:33:24 +02:00
fixtures MDL-59847 core: Fix display of hidden identity fields in user selectors 2018-08-02 10:22:05 +08:00
editlib_test.php MDL-40612 libraries: Unit test expansion for get_all_user_name_fields() 2013-11-11 10:52:24 +08:00
externallib_test.php MDL-64774 user: Better unit tests for updating users with similar emails 2019-03-01 23:29:00 +08:00
group_non_members_selector_test.php MDL-64258 Group: Unit Test for find_users function 2019-07-03 15:08:49 +07:00
myprofile_test.php MDL-55091 phpunit: Following has been deprecated. 2016-07-26 10:11:30 +08:00
privacy_test.php MDL-66968 php74: array_key_exists() for objects is deprecated 2019-10-25 00:49:04 +02:00
profilelib_test.php MDL-46946 user: Make missing required custom fields trigger profile edit 2016-09-21 17:46:30 +02:00
search_test.php MDL-60913 search: add search area categories 2019-01-23 10:28:43 +11:00
userlib_test.php MDL-65170 core_user: user_get_user_details_courses respects groupmode 2019-04-08 09:02:13 +08:00
userroleseditable_test.php MDL-59367 user: Tests and coding style 2017-07-21 10:25:25 +08:00
userselector_test.php MDL-59847 core: Stop supporting custom identity fields in user selectors 2018-08-02 10:22:07 +08:00