]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/legacy/LegacyControllerTest.php
Merge pull request #1523 from ArthurHoaro/fix/default-colors-generation
[github/shaarli/Shaarli.git] / tests / legacy / LegacyControllerTest.php
index 2bbbb1d761cbc36cb2741c083ef184948d098e22..4e52f3e186597375b351d575c1067b9a7dbd7573 100644 (file)
@@ -94,6 +94,8 @@ class LegacyControllerTest extends TestCase
             ['opensearch', [], '/open-search', true],
             ['dailyrss', [], '/daily-rss', false],
             ['dailyrss', [], '/daily-rss', true],
+            ['configure', [], '/login?returnurl=/subfolder/admin/configure', false],
+            ['configure', [], '/admin/configure', true],
         ];
     }
 }