moodle/filter
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
..
activitynames MDL-67468 filter_activitynames: use MUC 2020-09-04 15:33:56 +10:00
algebra MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
censor MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
classes MDL-66876 core_filter: Fix context in Web Service warning 2019-10-23 17:06:56 +02:00
data MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
displayh5p MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
emailprotect MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
emoticon MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
glossary MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
mathjaxloader MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
mediaplugin MDL-67673 phpunit: Remove deprecated assertContains() uses on strings 2020-10-21 12:46:00 +02:00
multilang MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
tests MDL-66876 core_filter: Fix context in Web Service warning 2019-10-23 17:06:56 +02:00
tex MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
tidy MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
urltolink MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
index.html
local_settings_form.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
manage.php MDL-62823 filter: Save changes button should be styled 2018-06-29 08:40:41 +01:00
upgrade.txt MDL-65809 upgrade: remove filter_mathjaxloader_upgrade_xxx 2019-12-20 12:20:43 +01:00