moodle/lib/dml/tests
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
..
fixtures Merge branch 'MDL-70899-311' of git://github.com/marinaglancy/moodle into MOODLE_311_STABLE 2021-03-01 20:20:53 +01:00
dml_mysqli_read_slave_test.php MDL-19711 dml: Enable use of readonly slave database handles 2020-05-19 11:50:42 +10:00
dml_pgsql_read_slave_test.php MDL-19711 dml: Enable use of readonly slave database handles 2020-05-19 11:50:42 +10:00
dml_read_slave_test.php MDL-71036 phpunit: Renamed various regexp-related assertions 2021-03-11 23:07:30 +01:00
dml_table_test.php MDL-66011 test: remove magic @covers lines 2019-10-04 09:40:34 +08:00
dml_test.php MDL-71036 phpunit: Renamed various regexp-related assertions 2021-03-11 23:07:30 +01:00
pgsql_native_moodle_database_test.php MDL-71036 phpunit: Renamed various regexp-related assertions 2021-03-11 23:07:30 +01:00
pgsql_native_recordset_test.php MDL-71036 phpunit: Renamed various regexp-related assertions 2021-03-11 23:07:30 +01:00
recordset_walk_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
sqlsrv_native_moodle_database_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00