moodle/badges/tests
Bas Brands f9e1c2587a MDL-28452 core_user: migrate social profile fields
Create a new profile field type, move all existing content of the fields
'icq', 'skype', 'aim', 'yahoo', 'msn' and 'url' in the mdl_user table to
theses new profile fields if needed.

AMOS BEGIN
MOV [aimid,core],[aimid,courseimage,profilefield_social]
MOV [yahooid,core],[yahooid,profilefield_social]
MOV [skypeid,core],[skypeid,profilefield_social]
MOV [icqnumber,core],[icqnumber,profilefield_social]
MOV [msnid,core],[msnid,profilefield_social]
MOV [webpage,core],[webpage,profilefield_social]
AMOS END
2021-04-21 11:22:25 +02:00
..
behat MDL-70821 behat: Use new activity completion steps for Behat tests 2021-04-12 11:41:37 +08:00
badgeslib_test.php MDL-28452 core_user: migrate social profile fields 2021-04-21 11:22:25 +02:00
events_test.php MDL-70963 core_badges: Use expected JSON format for OBv2.1 2021-03-29 10:02:58 +02:00
external_test.php MDL-63961 core_badges: Use high-resolution image 2021-02-22 12:43:06 +01:00
privacy_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00