aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Share20/ManagerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Share20/ManagerTest.php')
-rw-r--r--tests/lib/Share20/ManagerTest.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/lib/Share20/ManagerTest.php b/tests/lib/Share20/ManagerTest.php
index 0a810730588..80747e1a157 100644
--- a/tests/lib/Share20/ManagerTest.php
+++ b/tests/lib/Share20/ManagerTest.php
@@ -1707,8 +1707,6 @@ class ManagerTest extends \Test\TestCase {
->with('password')
->willReturn('hashed');
- $this->secureRandom->method('getMediumStrengthGenerator')
- ->will($this->returnSelf());
$this->secureRandom->method('generate')
->willReturn('token');
@@ -1818,8 +1816,6 @@ class ManagerTest extends \Test\TestCase {
$manager->expects($this->never())
->method('setLinkParent');
- $this->secureRandom->method('getMediumStrengthGenerator')
- ->will($this->returnSelf());
$this->secureRandom->method('generate')
->willReturn('token');