Skip to content
Snippets Groups Projects
Commit ea07f0a1 authored by Robin Appelman's avatar Robin Appelman
Browse files

Fix unit test

parent 28615cca
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ class Test_OC_Files_App_Rename extends \PHPUnit_Framework_TestCase {
$this->viewMock->expects($this->any())
->method('getFileInfo')
->will($this->returnValue(new \OC\Files\FileInfo(
'/',
'/new_name',
new \OC\Files\Storage\Local(array('datadir' => '/')),
'/',
array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment