moodle/question/behaviour/adaptive
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/privacy MDL-61407 question: Add null_writer for all behaviours 2018-05-03 16:14:36 +08:00
lang/en MDL-61407 question: Add null_writer for all behaviours 2018-05-03 16:14:36 +08:00
tests MDL-71036 phpunit: Renamed various regexp-related assertions 2021-03-11 23:07:30 +01:00
behaviour.php
behaviourtype.php
renderer.php MDL-66999 theme_boost: @extend remove extends for questions 2019-12-12 11:27:58 +01:00
version.php MDL-70089 versions: bump all versions and requires near release 2020-11-03 19:34:52 +01:00