| fe8833f3 | 07-May-2026 |
Mark Prins <1165786+mprins@users.noreply.github.com> |
Update regex assertions to use assertMatchesRegularExpression
`assertRegExp()` is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertMatchesRegularExpression() instead
Update regex assertions to use assertMatchesRegularExpression
`assertRegExp()` is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertMatchesRegularExpression() instead
close #108
show more ...
|