|
|
@@ -428,8 +428,6 @@ class ConfigurationCombinationsTest extends PHPUnit_Framework_TestCase
|
|
|
Helper::confBackup();
|
|
|
$this->_path = sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'privatebin_data';
|
|
|
$this->_model = Filesystem::getInstance(array('dir' => $this->_path));
|
|
|
- ServerSalt::setPath($this->_path);
|
|
|
- TrafficLimiter::setPath($this->_path);
|
|
|
$this->reset();
|
|
|
}
|
|
|
|
|
|
@@ -449,8 +447,6 @@ class ConfigurationCombinationsTest extends PHPUnit_Framework_TestCase
|
|
|
if ($this->_model->exists(Helper::getPasteId()))
|
|
|
$this->_model->delete(Helper::getPasteId());
|
|
|
$configuration['model_options']['dir'] = $this->_path;
|
|
|
- $configuration['traffic']['dir'] = $this->_path;
|
|
|
- $configuration['purge']['dir'] = $this->_path;
|
|
|
Helper::createIniFile(CONF, $configuration);
|
|
|
}
|
|
|
|