moodle/admin/tool/behat
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/privacy MDL-61892 admin/tools: Implement null privacy providers 2018-04-20 11:41:20 +08:00
cli MDL-69740 Behat init: more progress info at the end of the install 2020-10-02 23:15:50 +01:00
lang/en MDL-68789 behat: Rename the app from Moodle Mobile to Moodle app 2020-05-28 08:38:08 +02:00
tests MDL-67673 phpunit: Remove deprecated assertContains() uses on strings 2020-10-21 12:46:00 +02:00
index.php MDL-67740 behat: Allow multiple words filter at acceptance testing page 2020-01-24 10:40:29 +01:00
locallib.php MDL-67740 behat: Fix the name of the class in the inline documentation 2020-01-24 10:40:30 +01:00
renderer.php MDL-67740 behat: Show info as collapsed at the acceptance testing page 2020-01-24 10:40:30 +01:00
settings.php MDL-37046 behat: Use behat test env 2013-01-29 08:40:38 +08:00
steps_definitions_form.php MDL-67740 behat: Show info as collapsed at the acceptance testing page 2020-01-24 10:40:30 +01:00
styles.css MDL-67740 behat: Improve the layout of the acceptance testing page 2020-01-24 10:40:30 +01:00
upgrade.txt MDL-58428 theme: Update upgrade txt & versions. 2019-02-26 12:56:14 +01:00
version.php MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00