moodle/h5p
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-68578 contenttype_h5p: Add name attribute to editor iframe 2020-06-02 16:17:22 +02:00
classes Merge branch 'MDL-69736-master' of git://github.com/ferranrecio/moodle into master 2020-10-19 09:03:42 +02:00
h5plib/v124 MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
js MDL-67788 core_h5p: add tracking to player 2020-04-13 12:39:58 +02:00
pix NOBUG: Fixed SVG browser compatibility 2019-10-29 21:03:41 +01:00
templates MDL-67814 core_h5p: added renderer and editor classes 2020-04-16 11:29:35 +08:00
tests MDL-67673 phpunit: Remove deprecated assertContains() uses on strings 2020-10-21 12:46:00 +02:00
ajax.php Merge branch 'MDL-69257-master' of git://github.com/mihailges/moodle 2020-10-09 11:12:23 +08:00
embed.php MDL-67788 core_h5p: add tracking to player 2020-04-13 12:39:58 +02:00
lib.php MDL-68909 h5p: move temporary editor files to draft area 2020-09-10 13:42:16 +02:00
libraries.php Merge branch 'MDL-67062-master' of git://github.com/sarjona/moodle 2020-02-26 22:44:47 +01:00
overview.php MDL-67060 core_h5p: Improvements to Manage H5P setting page 2020-02-11 10:26:57 +01:00
upgrade.txt MDL-69479 upgrade: Change all 4.0 occurrences to 3.10 2020-08-21 23:57:17 +02:00