moodle/blog
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
..
classes MDL-65584 blog: safer deletion of associations in privacy provider. 2019-10-08 00:12:32 +01:00
tests MDL-67673 phpunit: Remove deprecated assertContains() uses on strings 2020-10-21 12:46:00 +02:00
edit.php MDL-36713 Blog: Display accurate error when a guest views a user blog 2016-08-15 21:46:48 -04:00
edit_form.php MDL-50851 blogs: use new tag API 2016-01-10 15:25:47 +08:00
external_blog_edit.php MDL-58635 blogs: check edited blog belongs to current user 2017-05-03 10:49:01 +08:00
external_blog_edit_form.php MDL-56297 forms: Normalize uses of 'url' fields to use size=60 2016-10-31 19:47:41 +01:00
external_blogs.php MDL-45890 Blog: add additional events 2016-09-25 15:06:54 -04:00
index.php MDL-60425 core_blog: Move access validation to API 2018-10-02 14:49:48 +02:00
lib.php MDL-60425 blog: Remove empty line 2018-10-08 12:52:04 +02:00
locallib.php MDL-45890 Blog: add additional events 2016-09-25 15:06:54 -04:00
preferences.php MDL-58010 user: allow to update only whitelisted user preferences 2017-03-10 18:04:47 +00:00
preferences_form.php MDL-46346 blog: coding style fixes 2014-07-14 10:45:33 +08:00
renderer.php MDL-50851 blogs: use new tag API 2016-01-10 15:25:47 +08:00
rsslib.php MDL-65083 theme_boost: update uses of pull-xs-right 2019-08-19 08:16:47 +02:00
upgrade.txt MDL-64656 core_tag: Return tags in modules and blog 2019-04-11 10:20:44 +02:00