mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-18 21:48:24 -04:00
refactor: added AbstractProxy base class for shortener proxies
This commit is contained in:
@@ -336,6 +336,6 @@ class JsonApiTest extends TestCase
|
||||
new Controller;
|
||||
$content = ob_get_contents();
|
||||
ob_end_clean();
|
||||
$this->assertStringContainsString('Error calling YOURLS.', $content, 'outputs error correctly');
|
||||
$this->assertStringContainsString('Error calling proxy.', $content, 'outputs error correctly');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user