mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
move storage wrapper test to new namespace
This commit is contained in:
parent
10d3e63ce5
commit
a853968f7d
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@
|
|||
* See the COPYING-README file.
|
||||
*/
|
||||
|
||||
namespace Test\Files\Storage;
|
||||
namespace Test\Files\Storage\Wrapper;
|
||||
|
||||
class Wrapper extends Storage {
|
||||
class Wrapper extends \Test\Files\Storage\Storage {
|
||||
/**
|
||||
* @var string tmpDir
|
||||
*/
|
||||
Loading…
Reference in a new issue