moodle/user
Eloy Lafuente (stronk7) 40de097e65 MDL-67673 phpunit: Remove deprecated assertContains() uses on strings
Both assertContains() and assertNotContains() are deprecated in PHPUnit 8
for operations on strings. Also the optional case parameter is. All uses
must be changed to one of:

- assertStringContainsString()
- assertStringContainsStringIgnoringCase()
- assertStringNotContainsString()
- assertStringNotContainsStringIgnoringCase()

More info: https://github.com/sebastianbergmann/phpunit/issues/3422

Regexp to find all uses:

ag 'assert(Not)?Contains\('
2020-10-21 12:46:00 +02:00
..
amd Merge branch 'MDL-68912' of https://github.com/rlorenzo/moodle 2020-06-11 11:01:05 +08:00
classes MDL-63387 user: show both role names on course participants page. 2020-09-01 12:05:20 +01:00
filters MDL-58827 user: add institution & department filters. 2019-11-05 00:16:13 +00:00
profile MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
selector MDL-66471 user: fix user_selector debug about extra identity fields. 2020-05-19 19:12:35 +01:00
templates MDL-68612 user: Participants filter row accessibility improvements 2020-05-29 12:18:39 +08:00
tests MDL-67673 phpunit: Remove deprecated assertContains() uses on strings 2020-10-21 12:46:00 +02:00
action_redir.php MDL-68500 dataformat: re-factor download/export methods into new class. 2020-05-04 16:01:12 +01:00
calendar.php MDL-58424 core_calendar: moved logic from api.php to lib.php 2017-04-04 11:01:52 +01:00
course.php MDL-58010 user: allow to update only whitelisted user preferences 2017-03-10 18:04:47 +00:00
defaulthomepage.php MDL-57208 user: select default homepage from user preferences page. 2019-07-30 08:53:18 +01:00
edit.php MDL-61215 core_user: use the new optimised_image filetype group 2020-08-14 17:06:23 +02:00
edit_form.php MDL-29320 user: Make email query case-insensitive 2019-04-30 16:19:20 +08:00
editadvanced.php MDL-61215 core_user: use the new optimised_image filetype group 2020-08-14 17:06:23 +02:00
editadvanced_form.php MDL-66071 user: username is required with non-internal auth method 2019-08-07 00:55:10 +02:00
editlib.php MDL-69050 lang: Improve the wording of the comments 2020-09-24 19:41:58 +02:00
editor.php MDL-58010 user: allow to update only whitelisted user preferences 2017-03-10 18:04:47 +00:00
editor_form.php MDL-55425 user: allow to update another user editor pref 2016-08-05 09:36:00 +08:00
emailupdate.php MDL-29320 user: Make email query case-insensitive 2019-04-30 16:19:20 +08:00
externallib.php MDL-61215 core_user: use the new optimised_image filetype group 2020-08-14 17:06:23 +02:00
files.php MDL-26976 files: Display space usage message in private files 2017-06-19 11:01:48 +01:00
files_form.php
forum.php MDL-66770 mod_forum: put nested v2 display mode behind user preference 2019-11-01 13:17:24 +08:00
forum_form.php MDL-66770 mod_forum: put nested v2 display mode behind user preference 2019-11-01 13:17:24 +08:00
grouppix.php
index.php MDL-60932 core_user: Fix docs link for participants page 2020-07-31 10:29:56 +02:00
language.php MDL-52781 core_user: replace direct PARAM_ usages. 2016-04-21 15:24:36 +08:00
language_form.php MDL-64570 accessibility: autocomplete user profile fields 2019-02-19 09:44:15 +08:00
lib.php MDL-68612 user: Unified filter deprecations - related library functions 2020-05-29 12:13:26 +08:00
managetoken.php
pix.php MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
policy.php MDL-61477 admin: sitepolicy handler API 2018-03-15 11:32:55 +08:00
portfolio.php MDL-60646 user_portfolio: Fix action icons in Show / hide column 2018-01-18 15:26:21 +08:00
portfoliologs.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
preferences.php MDL-50917 navigation: Allow users with permission to access preferences. 2015-09-22 10:57:51 +08:00
profile.php MDL-55074 theme_boost: Behat fixes for latest theme changes 2016-10-21 16:06:54 +08:00
profilesys.php MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
renderer.php MDL-68612 user: Unified filter deprecations - renderer and renderable 2020-05-29 12:18:39 +08:00
repository.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
upgrade.txt MDL-68612 user: Unified filter deprecations - renderer and renderable 2020-05-29 12:18:39 +08:00
view.php MDL-30811 core: Replace use of continue_button with redirect 2016-02-29 09:05:58 +08:00