moodle/filter
Eloy Lafuente (stronk7) c989d6ec61 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 23:07:30 +01:00
..
activitynames MDL-70089 versions: bump all versions and requires near release 2020-11-03 19:34:52 +01:00
algebra MDL-70089 versions: bump all versions and requires near release 2020-11-03 19:34:52 +01:00
censor MDL-70089 versions: bump all versions and requires near release 2020-11-03 19:34:52 +01: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 23:07:30 +01:00
displayh5p MDL-71036 phpunit: Renamed various regexp-related assertions 2021-03-11 23:07:30 +01:00
emailprotect MDL-70089 versions: bump all versions and requires near release 2020-11-03 19:34:52 +01:00
emoticon MDL-70089 versions: bump all versions and requires near release 2020-11-03 19:34:52 +01:00
glossary MDL-70089 versions: bump all versions and requires near release 2020-11-03 19:34:52 +01:00
mathjaxloader MDL-70317 filter_mathjaxloader: update default CDN to 2.7.9 2021-01-20 22:02:09 +01:00
mediaplugin MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:28:39 +01:00
multilang MDL-70089 versions: bump all versions and requires near release 2020-11-03 19:34:52 +01: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:39:06 +00:00
tidy MDL-70089 versions: bump all versions and requires near release 2020-11-03 19:34:52 +01:00
urltolink MDL-70089 versions: bump all versions and requires near release 2020-11-03 19:34:52 +01: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