1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/17176] Remove no longer needed backward compatible phpunit code

PHPBB3-17176
This commit is contained in:
Marc Alexander
2023-09-07 20:49:59 +02:00
parent 5d6218dcba
commit 4078ed7e20
15 changed files with 27 additions and 181 deletions

View File

@@ -37,6 +37,6 @@ class phpbb_regex_censor_test extends phpbb_test_case
{
$regex = get_censor_preg_expression($pattern);
$this->assertRegExp($regex, $subject);
$this->assertMatchesRegularExpression($regex, $subject);
}
}