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 |
||
---|---|---|
.. | ||
backup | ||
classes/privacy | ||
db | ||
lang/en | ||
pix | ||
tests | ||
edit_randomsamatch_form.php | ||
lib.php | ||
question.php | ||
questiontype.php | ||
renderer.php | ||
version.php |