diff options
author | ArthurHoaro <arthur.hoareau@wizacha.com> | 2020-07-23 16:41:32 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-07-23 21:19:21 +0200 |
commit | 3ee8351e438f13ccf36062ce956e0b4a4d5f4a29 (patch) | |
tree | 5c5ea281a072e4dffe0b97c12269278c999710df /tests/front/controller/visitor | |
parent | fabff3835da26e6c95cea56b2a01a03749dec7c8 (diff) | |
download | Shaarli-3ee8351e438f13ccf36062ce956e0b4a4d5f4a29.tar.gz Shaarli-3ee8351e438f13ccf36062ce956e0b4a4d5f4a29.tar.zst Shaarli-3ee8351e438f13ccf36062ce956e0b4a4d5f4a29.zip |
Multiple small fixes
Diffstat (limited to 'tests/front/controller/visitor')
-rw-r--r-- | tests/front/controller/visitor/InstallControllerTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/front/controller/visitor/InstallControllerTest.php b/tests/front/controller/visitor/InstallControllerTest.php index 6871fdd9..29c4d7a0 100644 --- a/tests/front/controller/visitor/InstallControllerTest.php +++ b/tests/front/controller/visitor/InstallControllerTest.php | |||
@@ -189,6 +189,7 @@ class InstallControllerTest extends TestCase | |||
189 | 'updates.check_updates' => true, | 189 | 'updates.check_updates' => true, |
190 | 'api.enabled' => true, | 190 | 'api.enabled' => true, |
191 | 'api.secret' => '_NOT_EMPTY', | 191 | 'api.secret' => '_NOT_EMPTY', |
192 | 'general.header_link' => '/subfolder', | ||
192 | ]; | 193 | ]; |
193 | 194 | ||
194 | $request = $this->createMock(Request::class); | 195 | $request = $this->createMock(Request::class); |