diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-04-20 10:36:15 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-04-20 10:36:15 +0200 |
commit | 9ebae0bdeb2882dbe356f7bd691492ac0c55c1fa (patch) | |
tree | 913115857b3d91f26f595eb5be800adfac3d23d0 /apps/files_trashbin/tests | |
parent | a296cbd203af89a8433f76dbc3a90872d627efda (diff) | |
download | nextcloud-server-9ebae0bdeb2882dbe356f7bd691492ac0c55c1fa.tar.gz nextcloud-server-9ebae0bdeb2882dbe356f7bd691492ac0c55c1fa.zip |
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.php | 1 |
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() ); |