summaryrefslogtreecommitdiffstats
path: root/tests/core
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@owncloud.com>2016-04-28 11:59:26 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2016-05-11 13:36:46 +0200
commitaa85edd2242c696954c64799e7880f7a3d39ca83 (patch)
tree06bfb0fd7b96b79da434794a033b0a900e2fd281 /tests/core
parent8cc5f6036f6ff1377077da0eed1cf4350db4b7e6 (diff)
downloadnextcloud-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.php2
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())