update test case

This commit is contained in:
Robin Appelman 2014-03-04 16:36:03 +01:00
parent 5ef37c28d1
commit 5211566205
1 changed files with 1 additions and 0 deletions

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);
}