diff options
author | Christoph Wurst <christoph@owncloud.com> | 2016-04-28 11:59:26 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-05-11 13:36:46 +0200 |
commit | aa85edd2242c696954c64799e7880f7a3d39ca83 (patch) | |
tree | 06bfb0fd7b96b79da434794a033b0a900e2fd281 /tests/core | |
parent | 8cc5f6036f6ff1377077da0eed1cf4350db4b7e6 (diff) | |
download | nextcloud-server-aa85edd2242c696954c64799e7880f7a3d39ca83.tar.gz nextcloud-server-aa85edd2242c696954c64799e7880f7a3d39ca83.zip |
increase token column width
add some range to time() assertions
Diffstat (limited to 'tests/core')
-rw-r--r-- | tests/core/controller/LoginControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/controller/LoginControllerTest.php b/tests/core/controller/LoginControllerTest.php index 93e2f517179..3c94fd61c6b 100644 --- a/tests/core/controller/LoginControllerTest.php +++ b/tests/core/controller/LoginControllerTest.php @@ -277,7 +277,7 @@ class LoginControllerTest extends TestCase { ->will($this->returnValue(false)); $this->urlGenerator->expects($this->once()) ->method('linkToRoute') - ->with('login#showLoginForm') + ->with('core.login.showLoginForm') ->will($this->returnValue($loginPageUrl)); $this->userSession->expects($this->never()) |