Merge branch 'master' into php8

This commit is contained in:
El RIDO
2022-10-25 06:37:15 +02:00
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,