summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/tests
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-09-11 00:24:19 +0300
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-09-16 17:37:21 +0300
commit764726ce0128054a036f8c515cc62d3ca2e490cd (patch)
treef2737a25c0937b22cd7e0de8327a221e947a2138 /apps/files_trashbin/tests
parent867ed67aa501f11f363a44a40c3b046bbaf08917 (diff)
downloadnextcloud-server-764726ce0128054a036f8c515cc62d3ca2e490cd.tar.gz
nextcloud-server-764726ce0128054a036f8c515cc62d3ca2e490cd.zip
Updates according to review
Diffstat (limited to 'apps/files_trashbin/tests')
-rw-r--r--apps/files_trashbin/tests/backgroundjob/expiretrash.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/tests/backgroundjob/expiretrash.php b/apps/files_trashbin/tests/backgroundjob/expiretrash.php
index f39714f8a30..ad7b0fbca28 100644
--- a/apps/files_trashbin/tests/backgroundjob/expiretrash.php
+++ b/apps/files_trashbin/tests/backgroundjob/expiretrash.php
@@ -26,7 +26,7 @@ use \OCA\Files_Trashbin\BackgroundJob\ExpireTrash;
class ExpireTrash_Test extends \Test\TestCase {
public function testConstructAndRun() {
$backgroundJob = new ExpireTrash(
- $this->getMock('OCP\IDBConnection'),
+ $this->getMock('OCP\IConfig'),
$this->getMock('OCP\IUserManager'),
$this->getMockBuilder('OCA\Files_Trashbin\Expiration')->disableOriginalConstructor()->getMock()
);