Fix unit tests

remotes/origin/ldap_group_count
Robin Appelman 11 years ago
parent a5752a8463
commit 28615cca9c
  1. 2
      apps/files/tests/helper.php

@ -17,7 +17,7 @@ class Test_Files_Helper extends \PHPUnit_Framework_TestCase {
private function makeFileInfo($name, $size, $mtime, $isDir = false) {
return new \OC\Files\FileInfo(
'/',
'/' . $name,
null,
'/',
array(

Loading…
Cancel
Save