Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2016-09-14 09:17:24 +0300
committerPranav Kant <pranavk@collabora.co.uk>2016-09-14 09:18:25 +0300
commit70016ad4de865a9548620f3b13ca5c47df889530 (patch)
treec170e4425d2322b594ae45e7975293d0d0ef5be5 /tests
parent84dbbafe7062a8b9f1d0d6354e52a349c23eb978 (diff)
Fix incorrect constructor signature
Fallback from c166c7b18907bb5e25144723810bf567b1910a30
Diffstat (limited to 'tests')
-rw-r--r--tests/controller/documentcontrollertest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/controller/documentcontrollertest.php b/tests/controller/documentcontrollertest.php
index d12378d4..871c8754 100644
--- a/tests/controller/documentcontrollertest.php
+++ b/tests/controller/documentcontrollertest.php
@@ -31,7 +31,7 @@ class DocumentControllerTest extends \PHPUnit_Framework_TestCase {
->disableOriginalConstructor()
->getMock()
;
- $this->appConfig = $this->getMockBuilder('\OCP\IConfig')
+ $this->appConfig = $this->getMockBuilder('\OCA\Richdocuments\AppConfig')
->disableOriginalConstructor()
->getMock()
;