mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-11 12:58:44 -04:00
Merge branch 'migrate' of https://github.com/felixjogris/PrivateBin into felixjogris-migrate
This commit is contained in:
commit
a33721e3ab
24 changed files with 668 additions and 504 deletions
|
@ -18,7 +18,7 @@ class JsonApiTest extends PHPUnit_Framework_TestCase
|
|||
if (!is_dir($this->_path)) {
|
||||
mkdir($this->_path);
|
||||
}
|
||||
$this->_model = Filesystem::getInstance(array('dir' => $this->_path));
|
||||
$this->_model = new Filesystem(array('dir' => $this->_path));
|
||||
ServerSalt::setStore($this->_model);
|
||||
|
||||
$_POST = array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue