Browse Source

update test case

tags/v7.0.0alpha2
Robin Appelman 10 years ago
parent
commit
5211566205
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      tests/lib/connector/sabre/objecttree.php

+ 1
- 0
tests/lib/connector/sabre/objecttree.php View File

@@ -111,6 +111,7 @@ class ObjectTree extends PHPUnit_Framework_TestCase {
->will($this->returnValue(false));

/** @var $objectTree \OC\Connector\Sabre\ObjectTree */
$objectTree->init($rootDir, $view);
$objectTree->move($source, $dest);
}


Loading…
Cancel
Save