aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/legacy
diff options
context:
space:
mode:
Diffstat (limited to 'tests/legacy')
-rw-r--r--tests/legacy/LegacyControllerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/legacy/LegacyControllerTest.php b/tests/legacy/LegacyControllerTest.php
index ff4520a3..759a5b2a 100644
--- a/tests/legacy/LegacyControllerTest.php
+++ b/tests/legacy/LegacyControllerTest.php
@@ -73,8 +73,8 @@ class LegacyControllerTest extends TestCase
73 ['addlink', [], '/login', false], 73 ['addlink', [], '/login', false],
74 ['login', [], '/login', true], 74 ['login', [], '/login', true],
75 ['login', [], '/login', false], 75 ['login', [], '/login', false],
76 ['logout', [], '/logout', true], 76 ['logout', [], '/admin/logout', true],
77 ['logout', [], '/logout', false], 77 ['logout', [], '/admin/logout', false],
78 ['picwall', [], '/picture-wall', false], 78 ['picwall', [], '/picture-wall', false],
79 ['picwall', [], '/picture-wall', true], 79 ['picwall', [], '/picture-wall', true],
80 ['tagcloud', [], '/tags/cloud', false], 80 ['tagcloud', [], '/tags/cloud', false],