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 |
||
---|---|---|
.. | ||
tests | ||
database_manager.php | ||
mssql_sql_generator.php | ||
mysql_sql_generator.php | ||
oracle_sql_generator.php | ||
postgres_sql_generator.php | ||
sql_generator.php | ||
sqlite_sql_generator.php |