moodle/admin/tool/usertours
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 MDL-69739 tool_usertours: Add tour-level CSS selector 2020-10-14 13:17:16 +01:00
classes MDL-69962 tool_usertours: Fix increase in included files 2020-10-19 10:45:26 +01:00
db MDL-69014 tool_usertours: clean up user preferences of deleted tours. 2020-09-14 20:36:30 +01:00
lang/en MDL-69739 tool_usertours: Add tour-level CSS selector 2020-10-14 13:17:16 +01:00
pix MDL-68666 core_pix: add missing fallback icons 2020-08-13 08:47:56 +02:00
templates MDL-58428 theme: Move templates from admin/tool/usertours 2019-02-26 12:56:14 +01:00
tests MDL-67673 phpunit: Remove deprecated assertContains() uses on strings 2020-10-21 12:46:00 +02:00
tours MDL-67070 tool_usertours: Remove old tour JSON files 2020-06-11 09:32:31 +08:00
configure.php
lib.php MDL-40759 icons: Peer review fixes (all minor) 2017-03-17 15:52:46 +08:00
settings.php
styles.css
upgrade.txt MDL-68565 tool_usertours: account for optional config in WS response. 2020-05-28 10:51:50 +01:00
version.php MDL-69739 tool_usertours: Add tour-level CSS selector 2020-10-14 13:17:16 +01:00