diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Authentication/Token/DefaultTokenProviderTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Authentication/Token/DefaultTokenProviderTest.php b/tests/lib/Authentication/Token/DefaultTokenProviderTest.php index e354fcc7172..bbfcd93913b 100644 --- a/tests/lib/Authentication/Token/DefaultTokenProviderTest.php +++ b/tests/lib/Authentication/Token/DefaultTokenProviderTest.php @@ -294,7 +294,7 @@ class DefaultTokenProviderTest extends TestCase { ->willReturn('MyTokenName'); $token ->expects($this->at(3)) - ->method('getRememberMe') + ->method('getRemember') ->willReturn(IToken::DO_NOT_REMEMBER); $this->config ->expects($this->exactly(2)) @@ -349,7 +349,7 @@ class DefaultTokenProviderTest extends TestCase { ->willReturn('MyTokenName'); $token ->expects($this->at(3)) - ->method('getRememberMe') + ->method('getRemember') ->willReturn(IToken::REMEMBER); $this->crypto ->expects($this->any(0)) |