diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-01-19 09:35:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 09:35:52 +0100 |
commit | 0893bba369aba50bca7b9bba09b7e8be7a8a7f61 (patch) | |
tree | 40b3ad5a42cbf5df217f8e93a3cdef1707cd5e2c /tests | |
parent | 91864aeb40b0ebd61ac6f57fe49f477f885c3808 (diff) | |
parent | 7ef7c3e3f2729c2518ff62fbac063f63be429160 (diff) | |
download | nextcloud-server-0893bba369aba50bca7b9bba09b7e8be7a8a7f61.tar.gz nextcloud-server-0893bba369aba50bca7b9bba09b7e8be7a8a7f61.zip |
Merge pull request #25153 from nextcloud/bugfix/noid/force-signature-verification-on-occ
Force signature verification of apps on occ
Diffstat (limited to 'tests')
-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([ |