summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-02 11:57:24 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2016-05-02 11:57:24 +0200
commit7bfc617b03528d4755e6fe01dc9fd0d5731621fc (patch)
treeeee6ae5879c5a87d1d05483bf9139850b7ca5405 /apps
parentb8650be73295336b74a606e3bc567a13e81cfc83 (diff)
downloadnextcloud-server-7bfc617b03528d4755e6fe01dc9fd0d5731621fc.tar.gz
nextcloud-server-7bfc617b03528d4755e6fe01dc9fd0d5731621fc.zip
Move activity manager to the namespace
Diffstat (limited to 'apps')
-rw-r--r--apps/files/tests/activitytest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/tests/activitytest.php b/apps/files/tests/activitytest.php
index 5e73ff0b5dd..bc062dd0542 100644
--- a/apps/files/tests/activitytest.php
+++ b/apps/files/tests/activitytest.php
@@ -33,7 +33,7 @@ use Test\TestCase;
*/
class ActivityTest extends TestCase {
- /** @var \OC\ActivityManager */
+ /** @var \OCP\Activity\IManager */
private $activityManager;
/** @var \OCP\IRequest|\PHPUnit_Framework_MockObject_MockObject */
@@ -70,7 +70,7 @@ class ActivityTest extends TestCase {
->disableOriginalConstructor()
->getMock();
- $this->activityManager = new \OC\ActivityManager(
+ $this->activityManager = new \OC\Activity\Manager(
$this->request,
$this->session,
$this->config