Closed phil-davis closed 4 years ago
assertRegexp is deprecated in phpunit9 and replaced by assertMatchesRegularExpression
assertRegexp
assertMatchesRegularExpression
Note: maybe work out how to make this sort of "change for the future" while still running phpunit 8
Not worth it for now - the new method name does not exist in phpunit v8
Description
assertRegexp
is deprecated in phpunit9 and replaced byassertMatchesRegularExpression
Note: maybe work out how to make this sort of "change for the future" while still running phpunit 8
Checklist: