mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-07-17 16:39:40 +00:00
i18n updates
This commit is contained in:
parent
7ec8bc6ef1
commit
0be1cef224
39 changed files with 80 additions and 86 deletions
|
|
@ -68,7 +68,7 @@ class YourlsProxyTest extends TestCase
|
|||
|
||||
$yourls = new YourlsProxy($this->_conf, 'https://example.com/?foo#bar');
|
||||
$this->assertTrue($yourls->isError());
|
||||
$this->assertEquals($yourls->getError(), 'Error calling proxy. Probably a configuration issue, like wrong or missing config keys.');
|
||||
$this->assertEquals($yourls->getError(), 'Error parsing proxy response.');
|
||||
}
|
||||
|
||||
public function testServerError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue