summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/tests
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2016-04-21 14:26:41 +0200
committerBjörn Schießle <schiessle@owncloud.com>2016-04-21 14:26:41 +0200
commit80959ad95ac75783babf2a224a7af044a858fa08 (patch)
treed1a68e1eb152a3d02082534b28487546cae8ba55 /apps/files_trashbin/tests
parente673ff0f330425ac37697e2ce2f262888289b406 (diff)
parent9ebae0bdeb2882dbe356f7bd691492ac0c55c1fa (diff)
downloadnextcloud-server-80959ad95ac75783babf2a224a7af044a858fa08.tar.gz
nextcloud-server-80959ad95ac75783babf2a224a7af044a858fa08.zip
Merge pull request #24111 from owncloud/chunk-users-in-background-jobs
Chunk the users correctly in the trashbin and versions background job
Diffstat (limited to 'apps/files_trashbin/tests')
-rw-r--r--apps/files_trashbin/tests/backgroundjob/expiretrash.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_trashbin/tests/backgroundjob/expiretrash.php b/apps/files_trashbin/tests/backgroundjob/expiretrash.php
index 79fc91884fc..c98a555c929 100644
--- a/apps/files_trashbin/tests/backgroundjob/expiretrash.php
+++ b/apps/files_trashbin/tests/backgroundjob/expiretrash.php
@@ -26,7 +26,6 @@ use \OCA\Files_Trashbin\BackgroundJob\ExpireTrash;
class ExpireTrash_Test extends \Test\TestCase {
public function testConstructAndRun() {
$backgroundJob = new ExpireTrash(
- $this->getMock('OCP\IConfig'),
$this->getMock('OCP\IUserManager'),
$this->getMockBuilder('OCA\Files_Trashbin\Expiration')->disableOriginalConstructor()->getMock()
);