diff options
author | Joas Schilling <coding@schilljs.com> | 2021-01-15 16:33:47 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-01-18 11:32:50 +0100 |
commit | 90c3013d4015354f8d9f954e6d685bbc0a9d99a1 (patch) | |
tree | 05c9c38d261b99c561b4821737cb55f28736d0b6 /tests/lib/IntegrityCheck/CheckerTest.php | |
parent | f319660f60c9e7d863cec65c983ca24800a6d3ed (diff) | |
download | nextcloud-server-90c3013d4015354f8d9f954e6d685bbc0a9d99a1.tar.gz nextcloud-server-90c3013d4015354f8d9f954e6d685bbc0a9d99a1.zip |
Cleanup the constructor
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/lib/IntegrityCheck/CheckerTest.php')
-rw-r--r-- | tests/lib/IntegrityCheck/CheckerTest.php | 2 |
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([ |