PHP < 5.6 compatibility and StyleCI recommendations

This commit is contained in:
El RIDO
2017-10-08 11:31:41 +02:00
parent 6b87a6e0e1
commit f94f61a8c6
5 changed files with 15 additions and 16 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);