Merge branch 'master' into php8

This commit is contained in:
El RIDO 2022-10-25 06:37:15 +02:00
commit f6edcc1acd
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
48 changed files with 512 additions and 83 deletions

View file

@ -102,6 +102,10 @@ class ViewTest extends TestCase
$content,
$template . ': outputs error correctly'
);
if ($template === 'yourlsproxy') {
// yourlsproxy template only displays error message
continue;
}
$this->assertMatchesRegularExpression(
'#<[^>]+id="password"[^>]*>#',
$content,