]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/front/controller/visitor/InstallControllerTest.php
Multiple small fixes
[github/shaarli/Shaarli.git] / tests / front / controller / visitor / InstallControllerTest.php
index 6871fdd9d829bf4792e5068afef0572441d3901a..29c4d7a04ba7f10465efd4a3e39271b0e8d473e3 100644 (file)
@@ -189,6 +189,7 @@ class InstallControllerTest extends TestCase
             'updates.check_updates' => true,
             'api.enabled' => true,
             'api.secret' => '_NOT_EMPTY',
+            'general.header_link' => '/subfolder',
         ];
 
         $request = $this->createMock(Request::class);