summaryrefslogtreecommitdiffstats
path: root/tests/unit/service/FolderServiceTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/service/FolderServiceTest.php')
-rw-r--r--tests/unit/service/FolderServiceTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/service/FolderServiceTest.php b/tests/unit/service/FolderServiceTest.php
index 275bc8992..319a896d6 100644
--- a/tests/unit/service/FolderServiceTest.php
+++ b/tests/unit/service/FolderServiceTest.php
@@ -30,7 +30,7 @@ class FolderServiceTest extends \PHPUnit_Framework_TestCase {
->disableOriginalConstructor()
->getMock();
$this->time = 222;
- $timeFactory = $this->getMockBuilder('\OCP\AppFramework\Utility\ITimeFactory')
+ $timeFactory = $this->getMockBuilder('\OCA\News\Utility\Time')
->disableOriginalConstructor()
->getMock();
$timeFactory->expects($this->any())