PHP < 5.6 compatibility and StyleCI recommendations

This commit is contained in:
El RIDO
2017-10-08 11:31:41 +02:00
parent 4f06feef81
commit 9f26894b2e
6 changed files with 24 additions and 25 deletions

View File

@@ -111,7 +111,7 @@ class PrivateBinTest extends PHPUnit_Framework_TestCase
*/
public function testViewUrlShortener()
{
$shortener = 'https://shortener.example.com/api?link=';
$shortener = 'https://shortener.example.com/api?link=';
$options = parse_ini_file(CONF, true);
$options['main']['urlshortener'] = $shortener;
Helper::createIniFile(CONF, $options);