refactoring as recommended by Scrutinizer

This commit is contained in:
El RIDO
2017-10-08 19:16:09 +02:00
parent 81ac232710
commit a5d5f6066a
4 changed files with 31 additions and 46 deletions

View File

@@ -39,7 +39,6 @@ class PrivateBinTest extends PHPUnit_Framework_TestCase
$options['purge']['dir'] = $this->_path;
$options['traffic']['dir'] = $this->_path;
$options['model_options']['dir'] = $this->_path;
Helper::confBackup();
Helper::createIniFile(CONF, $options);
ServerSalt::setPath($this->_path);
}