mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-05 02:19:28 +02:00
Added shlink integration
This commit is contained in:
parent
ebe275d509
commit
0808052acf
10 changed files with 215 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue