diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-12-07 13:32:08 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-12-07 19:33:32 +0100 |
commit | 372f3d2a60dee056b2012f320d9bf220a8758c58 (patch) | |
tree | 1b795de0e301ce51c42df95aefef7ee67d7d4651 /apps/federation | |
parent | e54e616de9320be5fbbeb5dd711b49bb2f5e4a1f (diff) | |
download | nextcloud-server-372f3d2a60dee056b2012f320d9bf220a8758c58.tar.gz nextcloud-server-372f3d2a60dee056b2012f320d9bf220a8758c58.zip |
Remove deprecated functions from SecureRandom
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/federation')
-rw-r--r-- | apps/federation/tests/Controller/OCSAuthAPIControllerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/federation/tests/Controller/OCSAuthAPIControllerTest.php b/apps/federation/tests/Controller/OCSAuthAPIControllerTest.php index 7fb84c8bad2..26c0235fa70 100644 --- a/apps/federation/tests/Controller/OCSAuthAPIControllerTest.php +++ b/apps/federation/tests/Controller/OCSAuthAPIControllerTest.php @@ -177,7 +177,6 @@ class OCSAuthAPIControllerTest extends TestCase { $this->trustedServers->expects($this->once()) ->method('addSharedSecret')->willReturn($url, 'secret'); } else { - $this->secureRandom->expects($this->never())->method('getMediumStrengthGenerator'); $this->secureRandom->expects($this->never())->method('generate'); $this->trustedServers->expects($this->never())->method('addSharedSecret'); } |