diff options
Diffstat (limited to 'apps/files_archive/tests/storage.php')
-rwxr-xr-x | apps/files_archive/tests/storage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_archive/tests/storage.php b/apps/files_archive/tests/storage.php index 52d6a4296e9..7ebcce4ac6f 100755 --- a/apps/files_archive/tests/storage.php +++ b/apps/files_archive/tests/storage.php @@ -13,7 +13,7 @@ class Test_Filestorage_Archive_Zip extends Test_FileStorage { private $tmpFile; public function setUp(){ - $this->tmpFile=OCP\Util::tmpFile('.zip'); + $this->tmpFile=OCP\Files::tmpFile('.zip'); $this->instance=new OC_Filestorage_Archive(array('archive'=>$this->tmpFile)); } |