moodle/availability
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
..
classes MDL-62266 core_availability: Implement privacy API 2018-04-30 11:20:16 +02:00
condition MDL-71036 phpunit: Renamed various regexp-related assertions 2021-03-11 23:07:30 +01:00
tests MDL-71036 phpunit: Renamed various regexp-related assertions 2021-03-11 23:07:30 +01:00
yui MDL-67735 theme_boost: remove bs2 and bs4alpha compatibility css 2020-08-19 08:29:50 +08:00
renderer.php MDL-49434 availability: Use renderables for multiple messages 2015-07-15 11:43:01 +01:00
upgrade.txt MDL-57536 availability: Document required selectors changes 2017-01-02 18:50:54 +01:00