mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
Added shlink integration
This commit is contained in:
@@ -106,8 +106,8 @@ class ViewTest extends TestCase
|
||||
$content,
|
||||
$template . ': outputs error correctly'
|
||||
);
|
||||
if ($template === 'yourlsproxy') {
|
||||
// yourlsproxy template only displays error message
|
||||
if ($template === 'yourlsproxy' || $template === 'shlinkproxy') {
|
||||
// yourlsproxy and shlinkproxy templates only display error message
|
||||
continue;
|
||||
}
|
||||
$this->assertMatchesRegularExpression(
|
||||
|
||||
Reference in New Issue
Block a user