moodle/filter
Eloy Lafuente (stronk7) ba5b6089d5 MDL-71036 phpunit: Renamed various regexp-related assertions
In PHPUnit 9.1, the following regexp-related assertions
have been deprecated and there are new alternatives for
all them:
    - assertRegExp()     -> assertMatchesRegularExpression()
    - assertNotRegExp()  -> assertDoesNotMatchRegularExpression()

This is about to, simply, move all cases to the new alternatives.

Source: https://github.com/sebastianbergmann/phpunit/blob/9.1.0/ChangeLog-9.1.md

Regexp to find all them:

    ag 'assertRegExp|assertNotRegExp' -li
2021-03-11 19:22:24 +01: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-71036 phpunit: Renamed various regexp-related assertions 2021-03-11 19:22:24 +01:00
displayh5p MDL-71036 phpunit: Renamed various regexp-related assertions 2021-03-11 19:22:24 +01: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-70317 filter_mathjaxloader: update default CDN to 2.7.9 2021-01-15 11:53:10 +01:00
mediaplugin MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01: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 NOBUG: Fixed file access permissions 2021-02-19 12:38:56 +00: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