mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
folder should be created :-(
This commit is contained in:
parent
e3ba0c3082
commit
c0f3d8578a
1 changed files with 2 additions and 0 deletions
|
|
@ -27,8 +27,10 @@ class MappedLocalWithDottedDataDir extends Storage {
|
|||
* @var string tmpDir
|
||||
*/
|
||||
private $tmpDir;
|
||||
|
||||
public function setUp() {
|
||||
$this->tmpDir = \OC_Helper::tmpFolder().'dir.123'.DIRECTORY_SEPARATOR;
|
||||
mkdir($this->tmpDir);
|
||||
$this->instance=new \OC\Files\Storage\MappedLocal(array('datadir'=>$this->tmpDir));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue