mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
![]() 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 |
||
---|---|---|
.. | ||
fixtures | ||
dml_mysqli_read_slave_test.php | ||
dml_pgsql_read_slave_test.php | ||
dml_read_slave_test.php | ||
dml_table_test.php | ||
dml_test.php | ||
pgsql_native_moodle_database_test.php | ||
pgsql_native_recordset_test.php | ||
recordset_walk_test.php | ||
sqlsrv_native_moodle_database_test.php |