mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-03 09:49:14 +02:00
Merge branch 'master' into php8
This commit is contained in:
commit
f6edcc1acd
48 changed files with 512 additions and 83 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue