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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-01-15 18:33:47 +0300
committerJoas Schilling <coding@schilljs.com>2021-01-18 13:32:50 +0300
commit90c3013d4015354f8d9f954e6d685bbc0a9d99a1 (patch)
tree05c9c38d261b99c561b4821737cb55f28736d0b6 /tests
parentf319660f60c9e7d863cec65c983ca24800a6d3ed (diff)
Cleanup the constructor
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/IntegrityCheck/CheckerTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/IntegrityCheck/CheckerTest.php b/tests/lib/IntegrityCheck/CheckerTest.php
index 995b0c68e30..bc1987bedab 100644
--- a/tests/lib/IntegrityCheck/CheckerTest.php
+++ b/tests/lib/IntegrityCheck/CheckerTest.php
@@ -77,7 +77,6 @@ class CheckerTest extends TestCase {
$this->config,
$this->cacheFactory,
$this->appManager,
- \OC::$server->getTempManager(),
$this->mimeTypeDetector
);
}
@@ -1279,7 +1278,6 @@ class CheckerTest extends TestCase {
$this->config,
$this->cacheFactory,
$this->appManager,
- \OC::$server->getTempManager(),
$this->mimeTypeDetector,
])
->setMethods([